#CC553C

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

Shades of Dark Coral #CC553C

Tints of Dark Coral #CC553C

Color information

#CC553C (or 0xCC553C) is unknown color: approx Dark Coral. HEX triplet: CC, 55 and 3C. RGB value is (204,85,60). Sum of RGB (Red+Green+Blue) = 204+85+60=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC553C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC553C is #33AAC3. Grayscale: #757575. Windows color (decimal): -3386052 or 3954124. OLE color: 3954124.

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

Color convert

RGB2048560-
CMYK00.580.710.2
HSL10.42º58.54%51.76%-
HSV(B)10.42º70.59%80%-
XYZ28.9719.666.54-
YUV117.7395.42189.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.45%
GREEN value IS 85 (33.59% from 255) = 24.36%
BLUE value IS 60 (23.83% from 255) = 17.19%
R=58.45%
G=24.36%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.71
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204856000.580.710.210.4258.5451.76
HexCC553C03A4714a3b34
Octal3141257407210724127364
Binary11001100101010111110001110101000111101001010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC553C; }

 p { color: rgb(204,85,60); }

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

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

 a { background-color: rgb(204,85,60); }

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

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

 span { border-color: rgb(204,85,60); }

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