Shades of Contessa #C36D69
Tints of Contessa #C36D69
RGB
CMYK
RGB Variations
Color information
#C36D69 (or 0xC36D69) is known color: Contessa. HEX triplet: C3, 6D and 69. RGB value is (195,109,105). Sum of RGB (Red+Green+Blue) = 195+109+105=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36D69 is #3C9296. Grayscale: #868686. Windows color (decimal): -3969687 or 6909379. OLE color: 6909379.
HSL color Cylindrical-coordinate representation of color #C36D69: hue angle of 2.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 #C36D69 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 105 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.24 |
| HSL | 2.67º | 0.43% | 0.59% | - |
| HSV(B) | 2.67º | 0.46% | 0.76% | - |
| XYZ | 30.52 | 23.56 | 16.3 | - |
| YUV | 134.26 | 111.49 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 105 | 0 | 0.44 | 0.46 | 0.24 | 2.67 | 0.43 | 0.59 |
| Hex | C3 | 6D | 69 | 0 | 2C | 2E | 18 | 3 | 2B | 3B |
| Octal | 303 | 155 | 151 | 0 | 54 | 56 | 30 | 3 | 53 | 73 |
| Binary | 11000011 | 1101101 | 1101001 | 0 | 101100 | 101110 | 11000 | 11 | 101011 | 111011 |
Color Harmonies of #C36D69
Complementary color
Monochromatic Colors of #C36D69
Black with #C36D69
Text Example
Text Example
White with #C36D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36D69; }
p { color: rgb(195,109,105); }
H1.HeaderClassName
{
color: #C36D69;
}
.AnyTagClassName
{
color: #C36D69;
}
</style>
background-color css
<style>
a { background-color: #C36D69; }
a { background-color: rgb(195,109,105); }
div.DivClassName
{
background-color: #C36D69;
}
.BgClassName
{
background-color: #C36D69;
}
</style>
border-color css
<style>
span { border-color: #C36D69; }
span { border-color: rgb(195,109,105); }
td.TdClassName
{
border-color: #C36D69;
}
.TagClassName
{
border-color: #C36D69;
}
</style>