#CF5E4C

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

Shades of Dark Coral #CF5E4C

Tints of Dark Coral #CF5E4C

Color information

#CF5E4C (or 0xCF5E4C) is unknown color: approx Dark Coral. HEX triplet: CF, 5E and 4C. RGB value is (207,94,76). Sum of RGB (Red+Green+Blue) = 207+94+76=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5E4C is #30A1B3. Grayscale: #7D7D7D. Windows color (decimal): -3187124 or 5005007. OLE color: 5005007.

HSL color Cylindrical-coordinate representation of color #CF5E4C: hue angle of 8.24º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF5E4C is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB2079476-
CMYK00.550.630.19
HSL8.24º57.71%55.49%-
HSV(B)8.24º63.29%81.18%-
XYZ31.0421.799.41-
YUV125.7499.94185.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 54.91%
GREEN value IS 94 (37.11% from 255) = 24.93%
BLUE value IS 76 (30.08% from 255) = 20.16%
R=54.91%
G=24.93%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207947600.550.630.198.2457.7155.49
HexCF5E4C0373F1383a37
Octal3171361140677723107267
Binary11001111101111010011000110111111111100111000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5E4C; }

 p { color: rgb(207,94,76); }

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

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

 a { background-color: rgb(207,94,76); }

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

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

 span { border-color: rgb(207,94,76); }

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