Shades of Contessa #CC7767
Tints of Contessa #CC7767
RGB
CMYK
RGB Variations
Color information
#CC7767 (or 0xCC7767) is known color: Contessa. HEX triplet: CC, 77 and 67. RGB value is (204,119,103). Sum of RGB (Red+Green+Blue) = 204+119+103=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 103 (40.62% from 255 or 24.18% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7767 is #338898. Grayscale: #8E8E8E. Windows color (decimal): -3377305 or 6780876. OLE color: 6780876.
HSL color Cylindrical-coordinate representation of color #CC7767: hue angle of 9.5º 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 #CC7767 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 103 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.2 |
| HSL | 9.5º | 0.5% | 0.6% | - |
| HSV(B) | 9.5º | 0.5% | 0.8% | - |
| XYZ | 33.95 | 27.01 | 16.26 | - |
| YUV | 142.59 | 105.66 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 103 | 0 | 0.42 | 0.50 | 0.2 | 9.5 | 0.5 | 0.6 |
| Hex | CC | 77 | 67 | 0 | 2A | 32 | 14 | A | 32 | 3C |
| Octal | 314 | 167 | 147 | 0 | 52 | 62 | 24 | 12 | 62 | 74 |
| Binary | 11001100 | 1110111 | 1100111 | 0 | 101010 | 110010 | 10100 | 1010 | 110010 | 111100 |
Color Harmonies of #CC7767
Complementary color
Monochromatic Colors of #CC7767
Black with #CC7767
Text Example
Text Example
White with #CC7767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7767; }
p { color: rgb(204,119,103); }
H1.HeaderClassName
{
color: #CC7767;
}
.AnyTagClassName
{
color: #CC7767;
}
</style>
background-color css
<style>
a { background-color: #CC7767; }
a { background-color: rgb(204,119,103); }
div.DivClassName
{
background-color: #CC7767;
}
.BgClassName
{
background-color: #CC7767;
}
</style>
border-color css
<style>
span { border-color: #CC7767; }
span { border-color: rgb(204,119,103); }
td.TdClassName
{
border-color: #CC7767;
}
.TagClassName
{
border-color: #CC7767;
}
</style>