#CC5C46

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

Shades of Dark Coral #CC5C46

Tints of Dark Coral #CC5C46

Color information

#CC5C46 (or 0xCC5C46) is unknown color: approx Dark Coral. HEX triplet: CC, 5C and 46. RGB value is (204,92,70). Sum of RGB (Red+Green+Blue) = 204+92+70=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 70 (27.73% from 255 or 19.13% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5C46 is #33A3B9. Grayscale: #7B7B7B. Windows color (decimal): -3384250 or 4611276. OLE color: 4611276.

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

Color convert

RGB2049270-
CMYK00.550.660.2
HSL9.85º56.78%53.73%-
HSV(B)9.85º65.69%80%-
XYZ29.8320.938.26-
YUV122.9898.11185.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.74%
GREEN value IS 92 (36.33% from 255) = 25.14%
BLUE value IS 70 (27.73% from 255) = 19.13%
R=55.74%
G=25.14%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204927000.550.660.29.8556.7853.73
HexCC5C460374214a3936
Octal31413410606710224127166
Binary110011001011100100011001101111000010101001010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5C46; }

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

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

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

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

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

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

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

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