Shades of Contessa #C37069
Tints of Contessa #C37069
RGB
CMYK
RGB Variations
Color information
#C37069 (or 0xC37069) is known color: Contessa. HEX triplet: C3, 70 and 69. RGB value is (195,112,105). Sum of RGB (Red+Green+Blue) = 195+112+105=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C37069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37069 is #3C8F96. Grayscale: #888888. Windows color (decimal): -3968919 or 6910147. OLE color: 6910147.
HSL color Cylindrical-coordinate representation of color #C37069: hue angle of 4.67º 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 #C37069 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 105 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.24 |
| HSL | 4.67º | 0.43% | 0.59% | - |
| HSV(B) | 4.67º | 0.46% | 0.76% | - |
| XYZ | 30.85 | 24.21 | 16.41 | - |
| YUV | 136.02 | 110.5 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 105 | 0 | 0.43 | 0.46 | 0.24 | 4.67 | 0.43 | 0.59 |
| Hex | C3 | 70 | 69 | 0 | 2B | 2E | 18 | 5 | 2B | 3B |
| Octal | 303 | 160 | 151 | 0 | 53 | 56 | 30 | 5 | 53 | 73 |
| Binary | 11000011 | 1110000 | 1101001 | 0 | 101011 | 101110 | 11000 | 101 | 101011 | 111011 |
Color Harmonies of #C37069
Complementary color
Monochromatic Colors of #C37069
Black with #C37069
Text Example
Text Example
White with #C37069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37069; }
p { color: rgb(195,112,105); }
H1.HeaderClassName
{
color: #C37069;
}
.AnyTagClassName
{
color: #C37069;
}
</style>
background-color css
<style>
a { background-color: #C37069; }
a { background-color: rgb(195,112,105); }
div.DivClassName
{
background-color: #C37069;
}
.BgClassName
{
background-color: #C37069;
}
</style>
border-color css
<style>
span { border-color: #C37069; }
span { border-color: rgb(195,112,105); }
td.TdClassName
{
border-color: #C37069;
}
.TagClassName
{
border-color: #C37069;
}
</style>