#CF5F46

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

Shades of Dark Coral #CF5F46

Tints of Dark Coral #CF5F46

Color information

#CF5F46 (or 0xCF5F46) is unknown color: approx Dark Coral. HEX triplet: CF, 5F and 46. RGB value is (207,95,70). Sum of RGB (Red+Green+Blue) = 207+95+70=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 70 (27.73% from 255 or 18.82% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5F46 is #30A0B9. Grayscale: #7D7D7D. Windows color (decimal): -3186874 or 4612047. OLE color: 4612047.

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

Color convert

RGB2079570-
CMYK00.540.660.19
HSL10.95º58.8%54.31%-
HSV(B)10.95º66.18%81.18%-
XYZ30.9321.898.39-
YUV125.6496.61186.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.65%
GREEN value IS 95 (37.5% from 255) = 25.54%
BLUE value IS 70 (27.73% from 255) = 18.82%
R=55.65%
G=25.54%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207957000.540.660.1910.9558.854.31
HexCF5F460364213b3b36
Octal31713710606610223137366
Binary110011111011111100011001101101000010100111011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5F46; }

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

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

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

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

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

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

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

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