Shades of Contessa #C36661
Tints of Contessa #C36661
RGB
CMYK
RGB Variations
Color information
#C36661 (or 0xC36661) is known color: Contessa. HEX triplet: C3, 66 and 61. RGB value is (195,102,97). Sum of RGB (Red+Green+Blue) = 195+102+97=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 97 (38.28% from 255 or 24.62% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C36661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36661 is #3C999E. Grayscale: #818181. Windows color (decimal): -3971487 or 6383299. OLE color: 6383299.
HSL color Cylindrical-coordinate representation of color #C36661: hue angle of 3.06º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C36661 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 102 | 97 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.24 |
| HSL | 3.06º | 0.45% | 0.57% | - |
| HSV(B) | 3.06º | 0.5% | 0.76% | - |
| XYZ | 29.41 | 21.97 | 14 | - |
| YUV | 129.24 | 109.81 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 97 | 0 | 0.48 | 0.50 | 0.24 | 3.06 | 0.45 | 0.57 |
| Hex | C3 | 66 | 61 | 0 | 30 | 32 | 18 | 3 | 2D | 39 |
| Octal | 303 | 146 | 141 | 0 | 60 | 62 | 30 | 3 | 55 | 71 |
| Binary | 11000011 | 1100110 | 1100001 | 0 | 110000 | 110010 | 11000 | 11 | 101101 | 111001 |
Color Harmonies of #C36661
Complementary color
Monochromatic Colors of #C36661
Black with #C36661
Text Example
Text Example
White with #C36661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36661; }
p { color: rgb(195,102,97); }
H1.HeaderClassName
{
color: #C36661;
}
.AnyTagClassName
{
color: #C36661;
}
</style>
background-color css
<style>
a { background-color: #C36661; }
a { background-color: rgb(195,102,97); }
div.DivClassName
{
background-color: #C36661;
}
.BgClassName
{
background-color: #C36661;
}
</style>
border-color css
<style>
span { border-color: #C36661; }
span { border-color: rgb(195,102,97); }
td.TdClassName
{
border-color: #C36661;
}
.TagClassName
{
border-color: #C36661;
}
</style>