Shades of Contessa #CC7874
Tints of Contessa #CC7874
RGB
CMYK
RGB Variations
Color information
#CC7874 (or 0xCC7874) is known color: Contessa. HEX triplet: CC, 78 and 74. RGB value is (204,120,116). Sum of RGB (Red+Green+Blue) = 204+120+116=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 116 (45.70% from 255 or 26.36% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7874 is #33878B. Grayscale: #909090. Windows color (decimal): -3377036 or 7633100. OLE color: 7633100.
HSL color Cylindrical-coordinate representation of color #CC7874: hue angle of 2.73º 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 #CC7874 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 116 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.2 |
| HSL | 2.73º | 0.46% | 0.63% | - |
| HSV(B) | 2.73º | 0.43% | 0.8% | - |
| XYZ | 34.77 | 27.53 | 20 | - |
| YUV | 144.66 | 111.83 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 116 | 0 | 0.41 | 0.43 | 0.2 | 2.73 | 0.46 | 0.63 |
| Hex | CC | 78 | 74 | 0 | 29 | 2B | 14 | 3 | 2E | 3F |
| Octal | 314 | 170 | 164 | 0 | 51 | 53 | 24 | 3 | 56 | 77 |
| Binary | 11001100 | 1111000 | 1110100 | 0 | 101001 | 101011 | 10100 | 11 | 101110 | 111111 |
Color Harmonies of #CC7874
Complementary color
Monochromatic Colors of #CC7874
Black with #CC7874
Text Example
Text Example
White with #CC7874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7874; }
p { color: rgb(204,120,116); }
H1.HeaderClassName
{
color: #CC7874;
}
.AnyTagClassName
{
color: #CC7874;
}
</style>
background-color css
<style>
a { background-color: #CC7874; }
a { background-color: rgb(204,120,116); }
div.DivClassName
{
background-color: #CC7874;
}
.BgClassName
{
background-color: #CC7874;
}
</style>
border-color css
<style>
span { border-color: #CC7874; }
span { border-color: rgb(204,120,116); }
td.TdClassName
{
border-color: #CC7874;
}
.TagClassName
{
border-color: #CC7874;
}
</style>