#CC5D4D

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

Shades of Dark Coral #CC5D4D

Tints of Dark Coral #CC5D4D

Color information

#CC5D4D (or 0xCC5D4D) is unknown color: approx Dark Coral. HEX triplet: CC, 5D and 4D. RGB value is (204,93,77). Sum of RGB (Red+Green+Blue) = 204+93+77=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5D4D is #33A2B2. Grayscale: #7C7C7C. Windows color (decimal): -3383987 or 5070284. OLE color: 5070284.

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

Color convert

RGB2049377-
CMYK00.540.620.2
HSL7.56º55.46%55.1%-
HSV(B)7.56º62.25%80%-
XYZ30.1621.29.52-
YUV124.36101.27184.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.55%
GREEN value IS 93 (36.72% from 255) = 24.87%
BLUE value IS 77 (30.47% from 255) = 20.59%
R=54.55%
G=24.87%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204937700.540.620.27.5655.4655.1
HexCC5D4D0363E1483737
Octal3141351150667624106767
Binary11001100101110110011010110110111110101001000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5D4D; }

 p { color: rgb(204,93,77); }

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

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

 a { background-color: rgb(204,93,77); }

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

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

 span { border-color: rgb(204,93,77); }

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