Shades of Dark Coral #CC5C44
Tints of Dark Coral #CC5C44
RGB
CMYK
RGB Variations
Color information
#CC5C44 (or 0xCC5C44) is known color: Dark Coral. HEX triplet: CC, 5C and 44. RGB value is (204,92,68). Sum of RGB (Red+Green+Blue) = 204+92+68=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5C44 is #33A3BB. Grayscale: #7A7A7A. Windows color (decimal): -3384252 or 4480204. OLE color: 4480204.
HSL color Cylindrical-coordinate representation of color #CC5C44: hue angle of 10.59º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC5C44 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 68 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.2 |
| HSL | 10.59º | 0.57% | 0.53% | - |
| HSV(B) | 10.59º | 0.67% | 0.8% | - |
| XYZ | 29.77 | 20.91 | 7.94 | - |
| YUV | 122.75 | 97.11 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 68 | 0 | 0.55 | 0.67 | 0.2 | 10.59 | 0.57 | 0.53 |
| Hex | CC | 5C | 44 | 0 | 37 | 43 | 14 | B | 39 | 35 |
| Octal | 314 | 134 | 104 | 0 | 67 | 103 | 24 | 13 | 71 | 65 |
| Binary | 11001100 | 1011100 | 1000100 | 0 | 110111 | 1000011 | 10100 | 1011 | 111001 | 110101 |
Color Harmonies of #CC5C44
Complementary color
Monochromatic Colors of #CC5C44
Black with #CC5C44
Text Example
Text Example
White with #CC5C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5C44; }
p { color: rgb(204,92,68); }
H1.HeaderClassName
{
color: #CC5C44;
}
.AnyTagClassName
{
color: #CC5C44;
}
</style>
background-color css
<style>
a { background-color: #CC5C44; }
a { background-color: rgb(204,92,68); }
div.DivClassName
{
background-color: #CC5C44;
}
.BgClassName
{
background-color: #CC5C44;
}
</style>
border-color css
<style>
span { border-color: #CC5C44; }
span { border-color: rgb(204,92,68); }
td.TdClassName
{
border-color: #CC5C44;
}
.TagClassName
{
border-color: #CC5C44;
}
</style>