Shades of Contessa #C36D6C
Tints of Contessa #C36D6C
RGB
CMYK
RGB Variations
Color information
#C36D6C (or 0xC36D6C) is known color: Contessa. HEX triplet: C3, 6D and 6C. RGB value is (195,109,108). Sum of RGB (Red+Green+Blue) = 195+109+108=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36D6C is #3C9293. Grayscale: #868686. Windows color (decimal): -3969684 or 7105987. OLE color: 7105987.
HSL color Cylindrical-coordinate representation of color #C36D6C: hue angle of 0.69º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C36D6C is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 108 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.24 |
| HSL | 0.69º | 0.42% | 0.59% | - |
| HSV(B) | 0.69º | 0.45% | 0.76% | - |
| XYZ | 30.68 | 23.62 | 17.13 | - |
| YUV | 134.6 | 112.99 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 108 | 0 | 0.44 | 0.45 | 0.24 | 0.69 | 0.42 | 0.59 |
| Hex | C3 | 6D | 6C | 0 | 2C | 2D | 18 | 1 | 2A | 3B |
| Octal | 303 | 155 | 154 | 0 | 54 | 55 | 30 | 1 | 52 | 73 |
| Binary | 11000011 | 1101101 | 1101100 | 0 | 101100 | 101101 | 11000 | 1 | 101010 | 111011 |
Color Harmonies of #C36D6C
Complementary color
Monochromatic Colors of #C36D6C
Black with #C36D6C
Text Example
Text Example
White with #C36D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36D6C; }
p { color: rgb(195,109,108); }
H1.HeaderClassName
{
color: #C36D6C;
}
.AnyTagClassName
{
color: #C36D6C;
}
</style>
background-color css
<style>
a { background-color: #C36D6C; }
a { background-color: rgb(195,109,108); }
div.DivClassName
{
background-color: #C36D6C;
}
.BgClassName
{
background-color: #C36D6C;
}
</style>
border-color css
<style>
span { border-color: #C36D6C; }
span { border-color: rgb(195,109,108); }
td.TdClassName
{
border-color: #C36D6C;
}
.TagClassName
{
border-color: #C36D6C;
}
</style>