Shades of Dark Coral #CC5D48
Tints of Dark Coral #CC5D48
RGB
CMYK
RGB Variations
Color information
#CC5D48 (or 0xCC5D48) is known color: Dark Coral. HEX triplet: CC, 5D and 48. RGB value is (204,93,72). Sum of RGB (Red+Green+Blue) = 204+93+72=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5D48 is #33A2B7. Grayscale: #7B7B7B. Windows color (decimal): -3383992 or 4742604. OLE color: 4742604.
HSL color Cylindrical-coordinate representation of color #CC5D48: hue angle of 9.55º 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 #CC5D48 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 93 | 72 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.2 |
| HSL | 9.55º | 0.56% | 0.54% | - |
| HSV(B) | 9.55º | 0.65% | 0.8% | - |
| XYZ | 29.99 | 21.13 | 8.63 | - |
| YUV | 123.8 | 98.77 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 72 | 0 | 0.54 | 0.65 | 0.2 | 9.55 | 0.56 | 0.54 |
| Hex | CC | 5D | 48 | 0 | 36 | 41 | 14 | A | 38 | 36 |
| Octal | 314 | 135 | 110 | 0 | 66 | 101 | 24 | 12 | 70 | 66 |
| Binary | 11001100 | 1011101 | 1001000 | 0 | 110110 | 1000001 | 10100 | 1010 | 111000 | 110110 |
Color Harmonies of #CC5D48
Complementary color
Monochromatic Colors of #CC5D48
Black with #CC5D48
Text Example
Text Example
White with #CC5D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5D48; }
p { color: rgb(204,93,72); }
H1.HeaderClassName
{
color: #CC5D48;
}
.AnyTagClassName
{
color: #CC5D48;
}
</style>
background-color css
<style>
a { background-color: #CC5D48; }
a { background-color: rgb(204,93,72); }
div.DivClassName
{
background-color: #CC5D48;
}
.BgClassName
{
background-color: #CC5D48;
}
</style>
border-color css
<style>
span { border-color: #CC5D48; }
span { border-color: rgb(204,93,72); }
td.TdClassName
{
border-color: #CC5D48;
}
.TagClassName
{
border-color: #CC5D48;
}
</style>