#CF454B

Color #CF454B Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #CF454B

Tints of Mandy #CF454B

Color information

#CF454B (or 0xCF454B) is unknown color: approx Mandy. HEX triplet: CF, 45 and 4B. RGB value is (207,69,75). Sum of RGB (Red+Green+Blue) = 207+69+75=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF454B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF454B is #30BAB4. Grayscale: #6F6F6F. Windows color (decimal): -3193525 or 4933071. OLE color: 4933071.

HSL color Cylindrical-coordinate representation of color #CF454B: hue angle of 357.39º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF454B is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB2076975-
CMYK00.670.640.19
HSL357.39º58.97%54.12%-
HSV(B)357.39º66.67%81.18%-
XYZ29.1318.038.6-
YUV110.95107.72196.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 58.97%
GREEN value IS 69 (27.34% from 255) = 19.66%
BLUE value IS 75 (29.69% from 255) = 21.37%
R=58.97%
G=19.66%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207697500.670.640.19357.3958.9754.12
HexCF454B04340131653b36
Octal3171051130103100235457366
Binary110011111000101100101101000011100000010011101100101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF454B; }

 p { color: rgb(207,69,75); }

 H1.HeaderClassName
 {
   color: #CF454B;
 }
 .AnyTagClassName
 {
   color: #CF454B;
 }
</style>
background-color css

<style>
 a { background-color: #CF454B; }

 a { background-color: rgb(207,69,75); }

 div.DivClassName
 {
   background-color: #CF454B;
 }
 .BgClassName
 {
   background-color: #CF454B;
 }
</style>
border-color css

<style>
 span { border-color: #CF454B; }

 span { border-color: rgb(207,69,75); }

 td.TdClassName
 {
   border-color: #CF454B;
 }
 .TagClassName
 {
   border-color: #CF454B;
 }
</style>