Shades of Dark Coral #CC6248
Tints of Dark Coral #CC6248
RGB
CMYK
RGB Variations
Color information
#CC6248 (or 0xCC6248) is known color: Dark Coral. HEX triplet: CC, 62 and 48. RGB value is (204,98,72). Sum of RGB (Red+Green+Blue) = 204+98+72=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6248 is #339DB7. Grayscale: #7E7E7E. Windows color (decimal): -3382712 or 4743884. OLE color: 4743884.
HSL color Cylindrical-coordinate representation of color #CC6248: hue angle of 11.82º 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 #CC6248 is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 72 | - |
| CMYK | 0 | 0.52 | 0.65 | 0.2 |
| HSL | 11.82º | 0.56% | 0.54% | - |
| HSV(B) | 11.82º | 0.65% | 0.8% | - |
| XYZ | 30.44 | 22.04 | 8.78 | - |
| YUV | 126.73 | 97.12 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 72 | 0 | 0.52 | 0.65 | 0.2 | 11.82 | 0.56 | 0.54 |
| Hex | CC | 62 | 48 | 0 | 34 | 41 | 14 | C | 38 | 36 |
| Octal | 314 | 142 | 110 | 0 | 64 | 101 | 24 | 14 | 70 | 66 |
| Binary | 11001100 | 1100010 | 1001000 | 0 | 110100 | 1000001 | 10100 | 1100 | 111000 | 110110 |
Color Harmonies of #CC6248
Complementary color
Monochromatic Colors of #CC6248
Black with #CC6248
Text Example
Text Example
White with #CC6248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6248; }
p { color: rgb(204,98,72); }
H1.HeaderClassName
{
color: #CC6248;
}
.AnyTagClassName
{
color: #CC6248;
}
</style>
background-color css
<style>
a { background-color: #CC6248; }
a { background-color: rgb(204,98,72); }
div.DivClassName
{
background-color: #CC6248;
}
.BgClassName
{
background-color: #CC6248;
}
</style>
border-color css
<style>
span { border-color: #CC6248; }
span { border-color: rgb(204,98,72); }
td.TdClassName
{
border-color: #CC6248;
}
.TagClassName
{
border-color: #CC6248;
}
</style>