Shades of Contessa #CC7067
Tints of Contessa #CC7067
RGB
CMYK
RGB Variations
Color information
#CC7067 (or 0xCC7067) is known color: Contessa. HEX triplet: CC, 70 and 67. RGB value is (204,112,103). Sum of RGB (Red+Green+Blue) = 204+112+103=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 103 (40.62% from 255 or 24.58% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7067 is #338F98. Grayscale: #8A8A8A. Windows color (decimal): -3379097 or 6779084. OLE color: 6779084.
HSL color Cylindrical-coordinate representation of color #CC7067: hue angle of 5.35º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC7067 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 103 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.2 |
| HSL | 5.35º | 0.5% | 0.6% | - |
| HSV(B) | 5.35º | 0.5% | 0.8% | - |
| XYZ | 33.14 | 25.4 | 15.99 | - |
| YUV | 138.48 | 107.98 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 103 | 0 | 0.45 | 0.50 | 0.2 | 5.35 | 0.5 | 0.6 |
| Hex | CC | 70 | 67 | 0 | 2D | 32 | 14 | 5 | 32 | 3C |
| Octal | 314 | 160 | 147 | 0 | 55 | 62 | 24 | 5 | 62 | 74 |
| Binary | 11001100 | 1110000 | 1100111 | 0 | 101101 | 110010 | 10100 | 101 | 110010 | 111100 |
Color Harmonies of #CC7067
Complementary color
Monochromatic Colors of #CC7067
Black with #CC7067
Text Example
Text Example
White with #CC7067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7067; }
p { color: rgb(204,112,103); }
H1.HeaderClassName
{
color: #CC7067;
}
.AnyTagClassName
{
color: #CC7067;
}
</style>
background-color css
<style>
a { background-color: #CC7067; }
a { background-color: rgb(204,112,103); }
div.DivClassName
{
background-color: #CC7067;
}
.BgClassName
{
background-color: #CC7067;
}
</style>
border-color css
<style>
span { border-color: #CC7067; }
span { border-color: rgb(204,112,103); }
td.TdClassName
{
border-color: #CC7067;
}
.TagClassName
{
border-color: #CC7067;
}
</style>