#CF5644

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

Shades of Dark Coral #CF5644

Tints of Dark Coral #CF5644

Color information

#CF5644 (or 0xCF5644) is unknown color: approx Dark Coral. HEX triplet: CF, 56 and 44. RGB value is (207,86,68). Sum of RGB (Red+Green+Blue) = 207+86+68=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5644 is #30A9BB. Grayscale: #787878. Windows color (decimal): -3189180 or 4478671. OLE color: 4478671.

HSL color Cylindrical-coordinate representation of color #CF5644: hue angle of 7.77º 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 #CF5644 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB2078668-
CMYK00.580.670.19
HSL7.77º59.15%53.92%-
HSV(B)7.77º67.15%81.18%-
XYZ30.120.347.81-
YUV120.1398.59189.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 57.34%
GREEN value IS 86 (33.98% from 255) = 23.82%
BLUE value IS 68 (26.95% from 255) = 18.84%
R=57.34%
G=23.82%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207866800.580.670.197.7759.1553.92
HexCF564403A431383b36
Octal31712610407210323107366
Binary110011111010110100010001110101000011100111000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5644; }

 p { color: rgb(207,86,68); }

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

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

 a { background-color: rgb(207,86,68); }

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

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

 span { border-color: rgb(207,86,68); }

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