#CF6247

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

Shades of Dark Coral #CF6247

Tints of Dark Coral #CF6247

Color information

#CF6247 (or 0xCF6247) is unknown color: approx Dark Coral. HEX triplet: CF, 62 and 47. RGB value is (207,98,71). Sum of RGB (Red+Green+Blue) = 207+98+71=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 71 (28.12% from 255 or 18.88% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6247 is #309DB8. Grayscale: #7F7F7F. Windows color (decimal): -3186105 or 4678351. OLE color: 4678351.

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

Color convert

RGB2079871-
CMYK00.530.660.19
HSL11.91º58.62%54.51%-
HSV(B)11.91º65.7%81.18%-
XYZ31.2422.468.65-
YUV127.5196.11184.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.05%
GREEN value IS 98 (38.67% from 255) = 26.06%
BLUE value IS 71 (28.12% from 255) = 18.88%
R=55.05%
G=26.06%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207987100.530.660.1911.9158.6254.51
HexCF62470354213c3b37
Octal31714210706510223147367
Binary110011111100010100011101101011000010100111100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6247; }

 p { color: rgb(207,98,71); }

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

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

 a { background-color: rgb(207,98,71); }

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

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

 span { border-color: rgb(207,98,71); }

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