Shades of Contessa #C37267
Tints of Contessa #C37267
RGB
CMYK
RGB Variations
Color information
#C37267 (or 0xC37267) is known color: Contessa. HEX triplet: C3, 72 and 67. RGB value is (195,114,103). Sum of RGB (Red+Green+Blue) = 195+114+103=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C37267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37267 is #3C8D98. Grayscale: #898989. Windows color (decimal): -3968409 or 6779587. OLE color: 6779587.
HSL color Cylindrical-coordinate representation of color #C37267: hue angle of 7.17º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C37267 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 114 | 103 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.24 |
| HSL | 7.17º | 0.43% | 0.58% | - |
| HSV(B) | 7.17º | 0.47% | 0.76% | - |
| XYZ | 30.97 | 24.62 | 15.95 | - |
| YUV | 136.97 | 108.84 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 114 | 103 | 0 | 0.42 | 0.47 | 0.24 | 7.17 | 0.43 | 0.58 |
| Hex | C3 | 72 | 67 | 0 | 2A | 2F | 18 | 7 | 2B | 3A |
| Octal | 303 | 162 | 147 | 0 | 52 | 57 | 30 | 7 | 53 | 72 |
| Binary | 11000011 | 1110010 | 1100111 | 0 | 101010 | 101111 | 11000 | 111 | 101011 | 111010 |
Color Harmonies of #C37267
Complementary color
Monochromatic Colors of #C37267
Black with #C37267
Text Example
Text Example
White with #C37267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37267; }
p { color: rgb(195,114,103); }
H1.HeaderClassName
{
color: #C37267;
}
.AnyTagClassName
{
color: #C37267;
}
</style>
background-color css
<style>
a { background-color: #C37267; }
a { background-color: rgb(195,114,103); }
div.DivClassName
{
background-color: #C37267;
}
.BgClassName
{
background-color: #C37267;
}
</style>
border-color css
<style>
span { border-color: #C37267; }
span { border-color: rgb(195,114,103); }
td.TdClassName
{
border-color: #C37267;
}
.TagClassName
{
border-color: #C37267;
}
</style>