Shades of Contessa #C37569
Tints of Contessa #C37569
RGB
CMYK
RGB Variations
Color information
#C37569 (or 0xC37569) is known color: Contessa. HEX triplet: C3, 75 and 69. RGB value is (195,117,105). Sum of RGB (Red+Green+Blue) = 195+117+105=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C37569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37569 is #3C8A96. Grayscale: #8B8B8B. Windows color (decimal): -3967639 or 6911427. OLE color: 6911427.
HSL color Cylindrical-coordinate representation of color #C37569: hue angle of 8º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C37569 is Cyan = 0, Magento = 0.4, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 105 | - |
| CMYK | 0 | 0.4 | 0.46 | 0.24 |
| HSL | 8º | 0.43% | 0.59% | - |
| HSV(B) | 8º | 0.46% | 0.76% | - |
| XYZ | 31.42 | 25.34 | 16.6 | - |
| YUV | 138.95 | 108.84 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 105 | 0 | 0.4 | 0.46 | 0.24 | 8 | 0.43 | 0.59 |
| Hex | C3 | 75 | 69 | 0 | 28 | 2E | 18 | 8 | 2B | 3B |
| Octal | 303 | 165 | 151 | 0 | 50 | 56 | 30 | 10 | 53 | 73 |
| Binary | 11000011 | 1110101 | 1101001 | 0 | 101000 | 101110 | 11000 | 1000 | 101011 | 111011 |
Color Harmonies of #C37569
Complementary color
Monochromatic Colors of #C37569
Black with #C37569
Text Example
Text Example
White with #C37569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37569; }
p { color: rgb(195,117,105); }
H1.HeaderClassName
{
color: #C37569;
}
.AnyTagClassName
{
color: #C37569;
}
</style>
background-color css
<style>
a { background-color: #C37569; }
a { background-color: rgb(195,117,105); }
div.DivClassName
{
background-color: #C37569;
}
.BgClassName
{
background-color: #C37569;
}
</style>
border-color css
<style>
span { border-color: #C37569; }
span { border-color: rgb(195,117,105); }
td.TdClassName
{
border-color: #C37569;
}
.TagClassName
{
border-color: #C37569;
}
</style>