Shades of Contessa #C67B75
Tints of Contessa #C67B75
RGB
CMYK
RGB Variations
Color information
#C67B75 (or 0xC67B75) is known color: Contessa. HEX triplet: C6, 7B and 75. RGB value is (198,123,117). Sum of RGB (Red+Green+Blue) = 198+123+117=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C67B75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67B75 is #39848A. Grayscale: #909090. Windows color (decimal): -3769483 or 7699398. OLE color: 7699398.
HSL color Cylindrical-coordinate representation of color #C67B75: hue angle of 4.44º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C67B75 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 123 | 117 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.22 |
| HSL | 4.44º | 0.42% | 0.62% | - |
| HSV(B) | 4.44º | 0.41% | 0.78% | - |
| XYZ | 33.58 | 27.46 | 20.36 | - |
| YUV | 144.74 | 112.35 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 123 | 117 | 0 | 0.38 | 0.41 | 0.22 | 4.44 | 0.42 | 0.62 |
| Hex | C6 | 7B | 75 | 0 | 26 | 29 | 16 | 4 | 2A | 3E |
| Octal | 306 | 173 | 165 | 0 | 46 | 51 | 26 | 4 | 52 | 76 |
| Binary | 11000110 | 1111011 | 1110101 | 0 | 100110 | 101001 | 10110 | 100 | 101010 | 111110 |
Color Harmonies of #C67B75
Complementary color
Monochromatic Colors of #C67B75
Black with #C67B75
Text Example
Text Example
White with #C67B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67B75; }
p { color: rgb(198,123,117); }
H1.HeaderClassName
{
color: #C67B75;
}
.AnyTagClassName
{
color: #C67B75;
}
</style>
background-color css
<style>
a { background-color: #C67B75; }
a { background-color: rgb(198,123,117); }
div.DivClassName
{
background-color: #C67B75;
}
.BgClassName
{
background-color: #C67B75;
}
</style>
border-color css
<style>
span { border-color: #C67B75; }
span { border-color: rgb(198,123,117); }
td.TdClassName
{
border-color: #C67B75;
}
.TagClassName
{
border-color: #C67B75;
}
</style>