Shades of Contessa #CC786A
Tints of Contessa #CC786A
RGB
CMYK
RGB Variations
Color information
#CC786A (or 0xCC786A) is known color: Contessa. HEX triplet: CC, 78 and 6A. RGB value is (204,120,106). Sum of RGB (Red+Green+Blue) = 204+120+106=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 106 (41.80% from 255 or 24.65% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC786A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC786A is #338795. Grayscale: #8F8F8F. Windows color (decimal): -3377046 or 6977740. OLE color: 6977740.
HSL color Cylindrical-coordinate representation of color #CC786A: hue angle of 8.57º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC786A is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 106 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.2 |
| HSL | 8.57º | 0.49% | 0.61% | - |
| HSV(B) | 8.57º | 0.48% | 0.8% | - |
| XYZ | 34.22 | 27.31 | 17.1 | - |
| YUV | 143.52 | 106.83 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 106 | 0 | 0.41 | 0.48 | 0.2 | 8.57 | 0.49 | 0.61 |
| Hex | CC | 78 | 6A | 0 | 29 | 30 | 14 | 9 | 31 | 3D |
| Octal | 314 | 170 | 152 | 0 | 51 | 60 | 24 | 11 | 61 | 75 |
| Binary | 11001100 | 1111000 | 1101010 | 0 | 101001 | 110000 | 10100 | 1001 | 110001 | 111101 |
Color Harmonies of #CC786A
Complementary color
Monochromatic Colors of #CC786A
Black with #CC786A
Text Example
Text Example
White with #CC786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC786A; }
p { color: rgb(204,120,106); }
H1.HeaderClassName
{
color: #CC786A;
}
.AnyTagClassName
{
color: #CC786A;
}
</style>
background-color css
<style>
a { background-color: #CC786A; }
a { background-color: rgb(204,120,106); }
div.DivClassName
{
background-color: #CC786A;
}
.BgClassName
{
background-color: #CC786A;
}
</style>
border-color css
<style>
span { border-color: #CC786A; }
span { border-color: rgb(204,120,106); }
td.TdClassName
{
border-color: #CC786A;
}
.TagClassName
{
border-color: #CC786A;
}
</style>