#CC5C48

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

Shades of Dark Coral #CC5C48

Tints of Dark Coral #CC5C48

Color information

#CC5C48 (or 0xCC5C48) is unknown color: approx Dark Coral. HEX triplet: CC, 5C and 48. RGB value is (204,92,72). Sum of RGB (Red+Green+Blue) = 204+92+72=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 72 (28.52% from 255 or 19.57% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5C48 is #33A3B7. Grayscale: #7B7B7B. Windows color (decimal): -3384248 or 4742348. OLE color: 4742348.

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

Color convert

RGB2049272-
CMYK00.550.650.2
HSL9.09º56.41%54.12%-
HSV(B)9.09º64.71%80%-
XYZ29.920.968.6-
YUV123.2199.11185.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.43%
GREEN value IS 92 (36.33% from 255) = 25%
BLUE value IS 72 (28.52% from 255) = 19.57%
R=55.43%
G=25%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204927200.550.650.29.0956.4154.12
HexCC5C48037411493836
Octal31413411006710124117066
Binary110011001011100100100001101111000001101001001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5C48; }

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

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

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

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

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

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

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

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