Shades of Dark Coral #CC6048
Tints of Dark Coral #CC6048
RGB
CMYK
RGB Variations
Color information
#CC6048 (or 0xCC6048) is known color: Dark Coral. HEX triplet: CC, 60 and 48. RGB value is (204,96,72). Sum of RGB (Red+Green+Blue) = 204+96+72=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6048 is #339FB7. Grayscale: #7D7D7D. Windows color (decimal): -3383224 or 4743372. OLE color: 4743372.
HSL color Cylindrical-coordinate representation of color #CC6048: hue angle of 10.91º 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 #CC6048 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 72 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.2 |
| HSL | 10.91º | 0.56% | 0.54% | - |
| HSV(B) | 10.91º | 0.65% | 0.8% | - |
| XYZ | 30.25 | 21.67 | 8.72 | - |
| YUV | 125.56 | 97.78 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 72 | 0 | 0.53 | 0.65 | 0.2 | 10.91 | 0.56 | 0.54 |
| Hex | CC | 60 | 48 | 0 | 35 | 41 | 14 | B | 38 | 36 |
| Octal | 314 | 140 | 110 | 0 | 65 | 101 | 24 | 13 | 70 | 66 |
| Binary | 11001100 | 1100000 | 1001000 | 0 | 110101 | 1000001 | 10100 | 1011 | 111000 | 110110 |
Color Harmonies of #CC6048
Complementary color
Monochromatic Colors of #CC6048
Black with #CC6048
Text Example
Text Example
White with #CC6048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6048; }
p { color: rgb(204,96,72); }
H1.HeaderClassName
{
color: #CC6048;
}
.AnyTagClassName
{
color: #CC6048;
}
</style>
background-color css
<style>
a { background-color: #CC6048; }
a { background-color: rgb(204,96,72); }
div.DivClassName
{
background-color: #CC6048;
}
.BgClassName
{
background-color: #CC6048;
}
</style>
border-color css
<style>
span { border-color: #CC6048; }
span { border-color: rgb(204,96,72); }
td.TdClassName
{
border-color: #CC6048;
}
.TagClassName
{
border-color: #CC6048;
}
</style>