Shades of Contessa #C37875
Tints of Contessa #C37875
RGB
CMYK
RGB Variations
Color information
#C37875 (or 0xC37875) is known color: Contessa. HEX triplet: C3, 78 and 75. RGB value is (195,120,117). Sum of RGB (Red+Green+Blue) = 195+120+117=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C37875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37875 is #3C878A. Grayscale: #8E8E8E. Windows color (decimal): -3966859 or 7698627. OLE color: 7698627.
HSL color Cylindrical-coordinate representation of color #C37875: hue angle of 2.31º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C37875 is Cyan = 0, Magento = 0.38, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 117 | - |
| CMYK | 0 | 0.38 | 0.4 | 0.24 |
| HSL | 2.31º | 0.39% | 0.61% | - |
| HSV(B) | 2.31º | 0.4% | 0.76% | - |
| XYZ | 32.43 | 26.32 | 20.2 | - |
| YUV | 142.08 | 113.85 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 117 | 0 | 0.38 | 0.4 | 0.24 | 2.31 | 0.39 | 0.61 |
| Hex | C3 | 78 | 75 | 0 | 26 | 28 | 18 | 2 | 27 | 3D |
| Octal | 303 | 170 | 165 | 0 | 46 | 50 | 30 | 2 | 47 | 75 |
| Binary | 11000011 | 1111000 | 1110101 | 0 | 100110 | 101000 | 11000 | 10 | 100111 | 111101 |
Color Harmonies of #C37875
Complementary color
Monochromatic Colors of #C37875
Black with #C37875
Text Example
Text Example
White with #C37875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37875; }
p { color: rgb(195,120,117); }
H1.HeaderClassName
{
color: #C37875;
}
.AnyTagClassName
{
color: #C37875;
}
</style>
background-color css
<style>
a { background-color: #C37875; }
a { background-color: rgb(195,120,117); }
div.DivClassName
{
background-color: #C37875;
}
.BgClassName
{
background-color: #C37875;
}
</style>
border-color css
<style>
span { border-color: #C37875; }
span { border-color: rgb(195,120,117); }
td.TdClassName
{
border-color: #C37875;
}
.TagClassName
{
border-color: #C37875;
}
</style>