Shades of Contessa #C67B77
Tints of Contessa #C67B77
RGB
CMYK
RGB Variations
Color information
#C67B77 (or 0xC67B77) is known color: Contessa. HEX triplet: C6, 7B and 77. RGB value is (198,123,119). Sum of RGB (Red+Green+Blue) = 198+123+119=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 119 (46.88% from 255 or 27.05% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C67B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67B77 is #398488. Grayscale: #919191. Windows color (decimal): -3769481 or 7830470. OLE color: 7830470.
HSL color Cylindrical-coordinate representation of color #C67B77: hue angle of 3.04º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C67B77 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 123 | 119 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.22 |
| HSL | 3.04º | 0.41% | 0.62% | - |
| HSV(B) | 3.04º | 0.4% | 0.78% | - |
| XYZ | 33.7 | 27.5 | 20.99 | - |
| YUV | 144.97 | 113.35 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 123 | 119 | 0 | 0.38 | 0.40 | 0.22 | 3.04 | 0.41 | 0.62 |
| Hex | C6 | 7B | 77 | 0 | 26 | 28 | 16 | 3 | 29 | 3E |
| Octal | 306 | 173 | 167 | 0 | 46 | 50 | 26 | 3 | 51 | 76 |
| Binary | 11000110 | 1111011 | 1110111 | 0 | 100110 | 101000 | 10110 | 11 | 101001 | 111110 |
Color Harmonies of #C67B77
Complementary color
Monochromatic Colors of #C67B77
Black with #C67B77
Text Example
Text Example
White with #C67B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67B77; }
p { color: rgb(198,123,119); }
H1.HeaderClassName
{
color: #C67B77;
}
.AnyTagClassName
{
color: #C67B77;
}
</style>
background-color css
<style>
a { background-color: #C67B77; }
a { background-color: rgb(198,123,119); }
div.DivClassName
{
background-color: #C67B77;
}
.BgClassName
{
background-color: #C67B77;
}
</style>
border-color css
<style>
span { border-color: #C67B77; }
span { border-color: rgb(198,123,119); }
td.TdClassName
{
border-color: #C67B77;
}
.TagClassName
{
border-color: #C67B77;
}
</style>