#CC5841

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

Shades of Dark Coral #CC5841

Tints of Dark Coral #CC5841

Color information

#CC5841 (or 0xCC5841) is unknown color: approx Dark Coral. HEX triplet: CC, 58 and 41. RGB value is (204,88,65). Sum of RGB (Red+Green+Blue) = 204+88+65=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5841 is #33A7BE. Grayscale: #787878. Windows color (decimal): -3385279 or 4282572. OLE color: 4282572.

HSL color Cylindrical-coordinate representation of color #CC5841: hue angle of 9.93º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC5841 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB2048865-
CMYK00.570.680.2
HSL9.93º57.68%52.75%-
HSV(B)9.93º68.14%80%-
XYZ29.3520.27.35-
YUV120.0696.93187.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.14%
GREEN value IS 88 (34.77% from 255) = 24.65%
BLUE value IS 65 (25.78% from 255) = 18.21%
R=57.14%
G=24.65%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204886500.570.680.29.9357.6852.75
HexCC58410394414a3a35
Octal31413010107110424127265
Binary110011001011000100000101110011000100101001010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5841; }

 p { color: rgb(204,88,65); }

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

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

 a { background-color: rgb(204,88,65); }

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

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

 span { border-color: rgb(204,88,65); }

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