Shades of Contessa #C37668
Tints of Contessa #C37668
RGB
CMYK
RGB Variations
Color information
#C37668 (or 0xC37668) is known color: Contessa. HEX triplet: C3, 76 and 68. RGB value is (195,118,104). Sum of RGB (Red+Green+Blue) = 195+118+104=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C37668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37668 is #3C8997. Grayscale: #8B8B8B. Windows color (decimal): -3967384 or 6846147. OLE color: 6846147.
HSL color Cylindrical-coordinate representation of color #C37668: hue angle of 9.23º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C37668 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 118 | 104 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.24 |
| HSL | 9.23º | 0.43% | 0.59% | - |
| HSV(B) | 9.23º | 0.47% | 0.76% | - |
| XYZ | 31.48 | 25.56 | 16.37 | - |
| YUV | 139.43 | 108.01 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 118 | 104 | 0 | 0.39 | 0.47 | 0.24 | 9.23 | 0.43 | 0.59 |
| Hex | C3 | 76 | 68 | 0 | 27 | 2F | 18 | 9 | 2B | 3B |
| Octal | 303 | 166 | 150 | 0 | 47 | 57 | 30 | 11 | 53 | 73 |
| Binary | 11000011 | 1110110 | 1101000 | 0 | 100111 | 101111 | 11000 | 1001 | 101011 | 111011 |
Color Harmonies of #C37668
Complementary color
Monochromatic Colors of #C37668
Black with #C37668
Text Example
Text Example
White with #C37668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37668; }
p { color: rgb(195,118,104); }
H1.HeaderClassName
{
color: #C37668;
}
.AnyTagClassName
{
color: #C37668;
}
</style>
background-color css
<style>
a { background-color: #C37668; }
a { background-color: rgb(195,118,104); }
div.DivClassName
{
background-color: #C37668;
}
.BgClassName
{
background-color: #C37668;
}
</style>
border-color css
<style>
span { border-color: #C37668; }
span { border-color: rgb(195,118,104); }
td.TdClassName
{
border-color: #C37668;
}
.TagClassName
{
border-color: #C37668;
}
</style>