Shades of Contessa #CC7068
Tints of Contessa #CC7068
RGB
CMYK
RGB Variations
Color information
#CC7068 (or 0xCC7068) is known color: Contessa. HEX triplet: CC, 70 and 68. RGB value is (204,112,104). Sum of RGB (Red+Green+Blue) = 204+112+104=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7068 is #338F97. Grayscale: #8A8A8A. Windows color (decimal): -3379096 or 6844620. OLE color: 6844620.
HSL color Cylindrical-coordinate representation of color #CC7068: hue angle of 4.8º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC7068 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 104 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.2 |
| HSL | 4.8º | 0.5% | 0.6% | - |
| HSV(B) | 4.8º | 0.49% | 0.8% | - |
| XYZ | 33.19 | 25.43 | 16.25 | - |
| YUV | 138.6 | 108.48 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 104 | 0 | 0.45 | 0.49 | 0.2 | 4.8 | 0.5 | 0.6 |
| Hex | CC | 70 | 68 | 0 | 2D | 31 | 14 | 5 | 32 | 3C |
| Octal | 314 | 160 | 150 | 0 | 55 | 61 | 24 | 5 | 62 | 74 |
| Binary | 11001100 | 1110000 | 1101000 | 0 | 101101 | 110001 | 10100 | 101 | 110010 | 111100 |
Color Harmonies of #CC7068
Complementary color
Monochromatic Colors of #CC7068
Black with #CC7068
Text Example
Text Example
White with #CC7068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7068; }
p { color: rgb(204,112,104); }
H1.HeaderClassName
{
color: #CC7068;
}
.AnyTagClassName
{
color: #CC7068;
}
</style>
background-color css
<style>
a { background-color: #CC7068; }
a { background-color: rgb(204,112,104); }
div.DivClassName
{
background-color: #CC7068;
}
.BgClassName
{
background-color: #CC7068;
}
</style>
border-color css
<style>
span { border-color: #CC7068; }
span { border-color: rgb(204,112,104); }
td.TdClassName
{
border-color: #CC7068;
}
.TagClassName
{
border-color: #CC7068;
}
</style>