Shades of Contessa #C07675
Tints of Contessa #C07675
RGB
CMYK
RGB Variations
Color information
#C07675 (or 0xC07675) is known color: Contessa. HEX triplet: C0, 76 and 75. RGB value is (192,118,117). Sum of RGB (Red+Green+Blue) = 192+118+117=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C07675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07675 is #3F898A. Grayscale: #8C8C8C. Windows color (decimal): -4163979 or 7698112. OLE color: 7698112.
HSL color Cylindrical-coordinate representation of color #C07675: hue angle of 0.8º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C07675 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 117 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.25 |
| HSL | 0.8º | 0.37% | 0.61% | - |
| HSV(B) | 0.8º | 0.39% | 0.75% | - |
| XYZ | 31.43 | 25.45 | 20.09 | - |
| YUV | 140.01 | 115.02 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 117 | 0 | 0.39 | 0.39 | 0.25 | 0.8 | 0.37 | 0.61 |
| Hex | C0 | 76 | 75 | 0 | 27 | 27 | 19 | 1 | 25 | 3D |
| Octal | 300 | 166 | 165 | 0 | 47 | 47 | 31 | 1 | 45 | 75 |
| Binary | 11000000 | 1110110 | 1110101 | 0 | 100111 | 100111 | 11001 | 1 | 100101 | 111101 |
Color Harmonies of #C07675
Complementary color
Monochromatic Colors of #C07675
Black with #C07675
Text Example
Text Example
White with #C07675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07675; }
p { color: rgb(192,118,117); }
H1.HeaderClassName
{
color: #C07675;
}
.AnyTagClassName
{
color: #C07675;
}
</style>
background-color css
<style>
a { background-color: #C07675; }
a { background-color: rgb(192,118,117); }
div.DivClassName
{
background-color: #C07675;
}
.BgClassName
{
background-color: #C07675;
}
</style>
border-color css
<style>
span { border-color: #C07675; }
span { border-color: rgb(192,118,117); }
td.TdClassName
{
border-color: #C07675;
}
.TagClassName
{
border-color: #C07675;
}
</style>