Shades of Contessa #C37B68
Tints of Contessa #C37B68
RGB
CMYK
RGB Variations
Color information
#C37B68 (or 0xC37B68) is known color: Contessa. HEX triplet: C3, 7B and 68. RGB value is (195,123,104). Sum of RGB (Red+Green+Blue) = 195+123+104=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37B68 is #3C8497. Grayscale: #8E8E8E. Windows color (decimal): -3966104 or 6847427. OLE color: 6847427.
HSL color Cylindrical-coordinate representation of color #C37B68: hue angle of 12.53º 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 #C37B68 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 104 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.24 |
| HSL | 12.53º | 0.43% | 0.59% | - |
| HSV(B) | 12.53º | 0.47% | 0.76% | - |
| XYZ | 32.09 | 26.77 | 16.57 | - |
| YUV | 142.36 | 106.35 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 104 | 0 | 0.37 | 0.47 | 0.24 | 12.53 | 0.43 | 0.59 |
| Hex | C3 | 7B | 68 | 0 | 25 | 2F | 18 | D | 2B | 3B |
| Octal | 303 | 173 | 150 | 0 | 45 | 57 | 30 | 15 | 53 | 73 |
| Binary | 11000011 | 1111011 | 1101000 | 0 | 100101 | 101111 | 11000 | 1101 | 101011 | 111011 |
Color Harmonies of #C37B68
Complementary color
Monochromatic Colors of #C37B68
Black with #C37B68
Text Example
Text Example
White with #C37B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37B68; }
p { color: rgb(195,123,104); }
H1.HeaderClassName
{
color: #C37B68;
}
.AnyTagClassName
{
color: #C37B68;
}
</style>
background-color css
<style>
a { background-color: #C37B68; }
a { background-color: rgb(195,123,104); }
div.DivClassName
{
background-color: #C37B68;
}
.BgClassName
{
background-color: #C37B68;
}
</style>
border-color css
<style>
span { border-color: #C37B68; }
span { border-color: rgb(195,123,104); }
td.TdClassName
{
border-color: #C37B68;
}
.TagClassName
{
border-color: #C37B68;
}
</style>