#CF5941

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

Shades of Dark Coral #CF5941

Tints of Dark Coral #CF5941

Color information

#CF5941 (or 0xCF5941) is unknown color: approx Dark Coral. HEX triplet: CF, 59 and 41. RGB value is (207,89,65). Sum of RGB (Red+Green+Blue) = 207+89+65=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5941 is #30A6BE. Grayscale: #797979. Windows color (decimal): -3188415 or 4282831. OLE color: 4282831.

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

Color convert

RGB2078965-
CMYK00.570.690.19
HSL10.14º59.66%53.33%-
HSV(B)10.14º68.6%81.18%-
XYZ30.2620.797.42-
YUV121.5596.09188.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 57.34%
GREEN value IS 89 (35.16% from 255) = 24.65%
BLUE value IS 65 (25.78% from 255) = 18.01%
R=57.34%
G=24.65%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207896500.570.690.1910.1459.6653.33
HexCF59410394513a3c35
Octal31713110107110523127465
Binary110011111011001100000101110011000101100111010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5941; }

 p { color: rgb(207,89,65); }

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

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

 a { background-color: rgb(207,89,65); }

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

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

 span { border-color: rgb(207,89,65); }

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