#CC5846

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

Shades of Dark Coral #CC5846

Tints of Dark Coral #CC5846

Color information

#CC5846 (or 0xCC5846) is unknown color: approx Dark Coral. HEX triplet: CC, 58 and 46. RGB value is (204,88,70). Sum of RGB (Red+Green+Blue) = 204+88+70=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5846 is #33A7B9. Grayscale: #787878. Windows color (decimal): -3385274 or 4610252. OLE color: 4610252.

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

Color convert

RGB2048870-
CMYK00.570.660.2
HSL8.06º56.78%53.73%-
HSV(B)8.06º65.69%80%-
XYZ29.520.268.15-
YUV120.6399.43187.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.35%
GREEN value IS 88 (34.77% from 255) = 24.31%
BLUE value IS 70 (27.73% from 255) = 19.34%
R=56.35%
G=24.31%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204887000.570.660.28.0656.7853.73
HexCC5846039421483936
Octal31413010607110224107166
Binary110011001011000100011001110011000010101001000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5846; }

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

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

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

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

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

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

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

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