Shades of Contessa #C37269
Tints of Contessa #C37269
RGB
CMYK
RGB Variations
Color information
#C37269 (or 0xC37269) is known color: Contessa. HEX triplet: C3, 72 and 69. RGB value is (195,114,105). Sum of RGB (Red+Green+Blue) = 195+114+105=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C37269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37269 is #3C8D96. Grayscale: #898989. Windows color (decimal): -3968407 or 6910659. OLE color: 6910659.
HSL color Cylindrical-coordinate representation of color #C37269: hue angle of 6º 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 #C37269 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 114 | 105 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.24 |
| HSL | 6º | 0.43% | 0.59% | - |
| HSV(B) | 6º | 0.46% | 0.76% | - |
| XYZ | 31.07 | 24.66 | 16.49 | - |
| YUV | 137.19 | 109.84 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 114 | 105 | 0 | 0.42 | 0.46 | 0.24 | 6 | 0.43 | 0.59 |
| Hex | C3 | 72 | 69 | 0 | 2A | 2E | 18 | 6 | 2B | 3B |
| Octal | 303 | 162 | 151 | 0 | 52 | 56 | 30 | 6 | 53 | 73 |
| Binary | 11000011 | 1110010 | 1101001 | 0 | 101010 | 101110 | 11000 | 110 | 101011 | 111011 |
Color Harmonies of #C37269
Complementary color
Monochromatic Colors of #C37269
Black with #C37269
Text Example
Text Example
White with #C37269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37269; }
p { color: rgb(195,114,105); }
H1.HeaderClassName
{
color: #C37269;
}
.AnyTagClassName
{
color: #C37269;
}
</style>
background-color css
<style>
a { background-color: #C37269; }
a { background-color: rgb(195,114,105); }
div.DivClassName
{
background-color: #C37269;
}
.BgClassName
{
background-color: #C37269;
}
</style>
border-color css
<style>
span { border-color: #C37269; }
span { border-color: rgb(195,114,105); }
td.TdClassName
{
border-color: #C37269;
}
.TagClassName
{
border-color: #C37269;
}
</style>