#CF5042

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

Shades of Dark Coral #CF5042

Tints of Dark Coral #CF5042

Color information

#CF5042 (or 0xCF5042) is unknown color: approx Dark Coral. HEX triplet: CF, 50 and 42. RGB value is (207,80,66). Sum of RGB (Red+Green+Blue) = 207+80+66=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5042 is #30AFBD. Grayscale: #747474. Windows color (decimal): -3190718 or 4346063. OLE color: 4346063.

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

Color convert

RGB2078066-
CMYK00.610.680.19
HSL5.96º59.49%53.53%-
HSV(B)5.96º68.12%81.18%-
XYZ29.5819.47.34-
YUV116.3899.58192.64-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 58.64%
GREEN value IS 80 (31.64% from 255) = 22.66%
BLUE value IS 66 (26.17% from 255) = 18.70%
R=58.64%
G=22.66%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207806600.610.680.195.9659.4953.53
HexCF504203D441363b36
Octal3171201020751042367366
Binary11001111101000010000100111101100010010011110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5042; }

 p { color: rgb(207,80,66); }

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

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

 a { background-color: rgb(207,80,66); }

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

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

 span { border-color: rgb(207,80,66); }

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