Shades of Contessa #CC7875
Tints of Contessa #CC7875
RGB
CMYK
RGB Variations
Color information
#CC7875 (or 0xCC7875) is known color: Contessa. HEX triplet: CC, 78 and 75. RGB value is (204,120,117). Sum of RGB (Red+Green+Blue) = 204+120+117=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7875 is #33878A. Grayscale: #909090. Windows color (decimal): -3377035 or 7698636. OLE color: 7698636.
HSL color Cylindrical-coordinate representation of color #CC7875: hue angle of 2.07º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC7875 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 117 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.2 |
| HSL | 2.07º | 0.46% | 0.63% | - |
| HSV(B) | 2.07º | 0.43% | 0.8% | - |
| XYZ | 34.83 | 27.55 | 20.31 | - |
| YUV | 144.77 | 112.33 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 117 | 0 | 0.41 | 0.43 | 0.2 | 2.07 | 0.46 | 0.63 |
| Hex | CC | 78 | 75 | 0 | 29 | 2B | 14 | 2 | 2E | 3F |
| Octal | 314 | 170 | 165 | 0 | 51 | 53 | 24 | 2 | 56 | 77 |
| Binary | 11001100 | 1111000 | 1110101 | 0 | 101001 | 101011 | 10100 | 10 | 101110 | 111111 |
Color Harmonies of #CC7875
Complementary color
Monochromatic Colors of #CC7875
Black with #CC7875
Text Example
Text Example
White with #CC7875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7875; }
p { color: rgb(204,120,117); }
H1.HeaderClassName
{
color: #CC7875;
}
.AnyTagClassName
{
color: #CC7875;
}
</style>
background-color css
<style>
a { background-color: #CC7875; }
a { background-color: rgb(204,120,117); }
div.DivClassName
{
background-color: #CC7875;
}
.BgClassName
{
background-color: #CC7875;
}
</style>
border-color css
<style>
span { border-color: #CC7875; }
span { border-color: rgb(204,120,117); }
td.TdClassName
{
border-color: #CC7875;
}
.TagClassName
{
border-color: #CC7875;
}
</style>