Shades of Contessa #CC7667
Tints of Contessa #CC7667
RGB
CMYK
RGB Variations
Color information
#CC7667 (or 0xCC7667) is known color: Contessa. HEX triplet: CC, 76 and 67. RGB value is (204,118,103). Sum of RGB (Red+Green+Blue) = 204+118+103=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 103 (40.62% from 255 or 24.24% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7667 is #338998. Grayscale: #8E8E8E. Windows color (decimal): -3377561 or 6780620. OLE color: 6780620.
HSL color Cylindrical-coordinate representation of color #CC7667: hue angle of 8.91º 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 #CC7667 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 103 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.2 |
| HSL | 8.91º | 0.5% | 0.6% | - |
| HSV(B) | 8.91º | 0.5% | 0.8% | - |
| XYZ | 33.83 | 26.77 | 16.22 | - |
| YUV | 142 | 105.99 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 103 | 0 | 0.42 | 0.50 | 0.2 | 8.91 | 0.5 | 0.6 |
| Hex | CC | 76 | 67 | 0 | 2A | 32 | 14 | 9 | 32 | 3C |
| Octal | 314 | 166 | 147 | 0 | 52 | 62 | 24 | 11 | 62 | 74 |
| Binary | 11001100 | 1110110 | 1100111 | 0 | 101010 | 110010 | 10100 | 1001 | 110010 | 111100 |
Color Harmonies of #CC7667
Complementary color
Monochromatic Colors of #CC7667
Black with #CC7667
Text Example
Text Example
White with #CC7667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7667; }
p { color: rgb(204,118,103); }
H1.HeaderClassName
{
color: #CC7667;
}
.AnyTagClassName
{
color: #CC7667;
}
</style>
background-color css
<style>
a { background-color: #CC7667; }
a { background-color: rgb(204,118,103); }
div.DivClassName
{
background-color: #CC7667;
}
.BgClassName
{
background-color: #CC7667;
}
</style>
border-color css
<style>
span { border-color: #CC7667; }
span { border-color: rgb(204,118,103); }
td.TdClassName
{
border-color: #CC7667;
}
.TagClassName
{
border-color: #CC7667;
}
</style>