Shades of Contessa #CC786C
Tints of Contessa #CC786C
RGB
CMYK
RGB Variations
Color information
#CC786C (or 0xCC786C) is known color: Contessa. HEX triplet: CC, 78 and 6C. RGB value is (204,120,108). Sum of RGB (Red+Green+Blue) = 204+120+108=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC786C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC786C is #338793. Grayscale: #8F8F8F. Windows color (decimal): -3377044 or 7108812. OLE color: 7108812.
HSL color Cylindrical-coordinate representation of color #CC786C: hue angle of 7.5º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC786C is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 108 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.2 |
| HSL | 7.5º | 0.48% | 0.61% | - |
| HSV(B) | 7.5º | 0.47% | 0.8% | - |
| XYZ | 34.33 | 27.35 | 17.66 | - |
| YUV | 143.75 | 107.83 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 108 | 0 | 0.41 | 0.47 | 0.2 | 7.5 | 0.48 | 0.61 |
| Hex | CC | 78 | 6C | 0 | 29 | 2F | 14 | 8 | 30 | 3D |
| Octal | 314 | 170 | 154 | 0 | 51 | 57 | 24 | 10 | 60 | 75 |
| Binary | 11001100 | 1111000 | 1101100 | 0 | 101001 | 101111 | 10100 | 1000 | 110000 | 111101 |
Color Harmonies of #CC786C
Complementary color
Monochromatic Colors of #CC786C
Black with #CC786C
Text Example
Text Example
White with #CC786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC786C; }
p { color: rgb(204,120,108); }
H1.HeaderClassName
{
color: #CC786C;
}
.AnyTagClassName
{
color: #CC786C;
}
</style>
background-color css
<style>
a { background-color: #CC786C; }
a { background-color: rgb(204,120,108); }
div.DivClassName
{
background-color: #CC786C;
}
.BgClassName
{
background-color: #CC786C;
}
</style>
border-color css
<style>
span { border-color: #CC786C; }
span { border-color: rgb(204,120,108); }
td.TdClassName
{
border-color: #CC786C;
}
.TagClassName
{
border-color: #CC786C;
}
</style>