Shades of Contessa #C67975
Tints of Contessa #C67975
RGB
CMYK
RGB Variations
Color information
#C67975 (or 0xC67975) is known color: Contessa. HEX triplet: C6, 79 and 75. RGB value is (198,121,117). Sum of RGB (Red+Green+Blue) = 198+121+117=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C67975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67975 is #39868A. Grayscale: #8F8F8F. Windows color (decimal): -3769995 or 7698886. OLE color: 7698886.
HSL color Cylindrical-coordinate representation of color #C67975: hue angle of 2.96º 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 #C67975 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 121 | 117 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.22 |
| HSL | 2.96º | 0.42% | 0.62% | - |
| HSV(B) | 2.96º | 0.41% | 0.78% | - |
| XYZ | 33.34 | 26.96 | 20.28 | - |
| YUV | 143.57 | 113.01 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 121 | 117 | 0 | 0.39 | 0.41 | 0.22 | 2.96 | 0.42 | 0.62 |
| Hex | C6 | 79 | 75 | 0 | 27 | 29 | 16 | 3 | 2A | 3E |
| Octal | 306 | 171 | 165 | 0 | 47 | 51 | 26 | 3 | 52 | 76 |
| Binary | 11000110 | 1111001 | 1110101 | 0 | 100111 | 101001 | 10110 | 11 | 101010 | 111110 |
Color Harmonies of #C67975
Complementary color
Monochromatic Colors of #C67975
Black with #C67975
Text Example
Text Example
White with #C67975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67975; }
p { color: rgb(198,121,117); }
H1.HeaderClassName
{
color: #C67975;
}
.AnyTagClassName
{
color: #C67975;
}
</style>
background-color css
<style>
a { background-color: #C67975; }
a { background-color: rgb(198,121,117); }
div.DivClassName
{
background-color: #C67975;
}
.BgClassName
{
background-color: #C67975;
}
</style>
border-color css
<style>
span { border-color: #C67975; }
span { border-color: rgb(198,121,117); }
td.TdClassName
{
border-color: #C67975;
}
.TagClassName
{
border-color: #C67975;
}
</style>