Shades of Contessa #C36C5D
Tints of Contessa #C36C5D
RGB
CMYK
RGB Variations
Color information
#C36C5D (or 0xC36C5D) is known color: Contessa. HEX triplet: C3, 6C and 5D. RGB value is (195,108,93). Sum of RGB (Red+Green+Blue) = 195+108+93=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36C5D is #3C93A2. Grayscale: #848484. Windows color (decimal): -3969955 or 6122691. OLE color: 6122691.
HSL color Cylindrical-coordinate representation of color #C36C5D: hue angle of 8.82º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C36C5D is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 108 | 93 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.24 |
| HSL | 8.82º | 0.46% | 0.56% | - |
| HSV(B) | 8.82º | 0.52% | 0.76% | - |
| XYZ | 29.84 | 23.12 | 13.25 | - |
| YUV | 132.3 | 105.82 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 108 | 93 | 0 | 0.45 | 0.52 | 0.24 | 8.82 | 0.46 | 0.56 |
| Hex | C3 | 6C | 5D | 0 | 2D | 34 | 18 | 9 | 2E | 38 |
| Octal | 303 | 154 | 135 | 0 | 55 | 64 | 30 | 11 | 56 | 70 |
| Binary | 11000011 | 1101100 | 1011101 | 0 | 101101 | 110100 | 11000 | 1001 | 101110 | 111000 |
Color Harmonies of #C36C5D
Complementary color
Monochromatic Colors of #C36C5D
Black with #C36C5D
Text Example
Text Example
White with #C36C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36C5D; }
p { color: rgb(195,108,93); }
H1.HeaderClassName
{
color: #C36C5D;
}
.AnyTagClassName
{
color: #C36C5D;
}
</style>
background-color css
<style>
a { background-color: #C36C5D; }
a { background-color: rgb(195,108,93); }
div.DivClassName
{
background-color: #C36C5D;
}
.BgClassName
{
background-color: #C36C5D;
}
</style>
border-color css
<style>
span { border-color: #C36C5D; }
span { border-color: rgb(195,108,93); }
td.TdClassName
{
border-color: #C36C5D;
}
.TagClassName
{
border-color: #C36C5D;
}
</style>