#CF6246

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

Shades of Dark Coral #CF6246

Tints of Dark Coral #CF6246

Color information

#CF6246 (or 0xCF6246) is unknown color: approx Dark Coral. HEX triplet: CF, 62 and 46. RGB value is (207,98,70). Sum of RGB (Red+Green+Blue) = 207+98+70=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6246 is #309DB9. Grayscale: #7F7F7F. Windows color (decimal): -3186106 or 4612815. OLE color: 4612815.

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

Color convert

RGB2079870-
CMYK00.530.660.19
HSL12.26º58.8%54.31%-
HSV(B)12.26º66.18%81.18%-
XYZ31.2122.448.48-
YUV127.495.61184.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.2%
GREEN value IS 98 (38.67% from 255) = 26.13%
BLUE value IS 70 (27.73% from 255) = 18.67%
R=55.2%
G=26.13%
B=18.67%

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
Decimal207987000.530.660.1912.2658.854.31
HexCF62460354213c3b36
Octal31714210606510223147366
Binary110011111100010100011001101011000010100111100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6246; }

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

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

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

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

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

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

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

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