Shades of Dark Coral #CC5C48
Tints of Dark Coral #CC5C48
RGB
CMYK
RGB Variations
Color information
#CC5C48 (or 0xCC5C48) is known color: 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
| RGB | 204 | 92 | 72 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.2 |
| HSL | 9.09º | 0.56% | 0.54% | - |
| HSV(B) | 9.09º | 0.65% | 0.8% | - |
| XYZ | 29.9 | 20.96 | 8.6 | - |
| YUV | 123.21 | 99.11 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 72 | 0 | 0.55 | 0.65 | 0.2 | 9.09 | 0.56 | 0.54 |
| Hex | CC | 5C | 48 | 0 | 37 | 41 | 14 | 9 | 38 | 36 |
| Octal | 314 | 134 | 110 | 0 | 67 | 101 | 24 | 11 | 70 | 66 |
| Binary | 11001100 | 1011100 | 1001000 | 0 | 110111 | 1000001 | 10100 | 1001 | 111000 | 110110 |
Color Harmonies of #CC5C48
Complementary color
Monochromatic Colors of #CC5C48
Black with #CC5C48
Text Example
Text Example
White with #CC5C48
Text Example
Text Example
HTML Codes & Css Web 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>