#CF5A46

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

Shades of Dark Coral #CF5A46

Tints of Dark Coral #CF5A46

Color information

#CF5A46 (or 0xCF5A46) is unknown color: approx Dark Coral. HEX triplet: CF, 5A and 46. RGB value is (207,90,70). Sum of RGB (Red+Green+Blue) = 207+90+70=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5A46 is #30A5B9. Grayscale: #7A7A7A. Windows color (decimal): -3188154 or 4610767. OLE color: 4610767.

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

Color convert

RGB2079070-
CMYK00.570.660.19
HSL8.76º58.8%54.31%-
HSV(B)8.76º66.18%81.18%-
XYZ30.4921.028.24-
YUV122.798.26188.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 56.40%
GREEN value IS 90 (35.55% from 255) = 24.52%
BLUE value IS 70 (27.73% from 255) = 19.07%
R=56.40%
G=24.52%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207907000.570.660.198.7658.854.31
HexCF5A46039421393b36
Octal31713210607110223117366
Binary110011111011010100011001110011000010100111001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5A46; }

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

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

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

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

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

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

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

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