Shades of Contessa #C36963
Tints of Contessa #C36963
RGB
CMYK
RGB Variations
Color information
#C36963 (or 0xC36963) is known color: Contessa. HEX triplet: C3, 69 and 63. RGB value is (195,105,99). Sum of RGB (Red+Green+Blue) = 195+105+99=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C36963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36963 is #3C969C. Grayscale: #838383. Windows color (decimal): -3970717 or 6515139. OLE color: 6515139.
HSL color Cylindrical-coordinate representation of color #C36963: hue angle of 3.75º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C36963 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 105 | 99 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.24 |
| HSL | 3.75º | 0.44% | 0.58% | - |
| HSV(B) | 3.75º | 0.49% | 0.76% | - |
| XYZ | 29.81 | 22.61 | 14.6 | - |
| YUV | 131.23 | 109.82 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 99 | 0 | 0.46 | 0.49 | 0.24 | 3.75 | 0.44 | 0.58 |
| Hex | C3 | 69 | 63 | 0 | 2E | 31 | 18 | 4 | 2C | 3A |
| Octal | 303 | 151 | 143 | 0 | 56 | 61 | 30 | 4 | 54 | 72 |
| Binary | 11000011 | 1101001 | 1100011 | 0 | 101110 | 110001 | 11000 | 100 | 101100 | 111010 |
Color Harmonies of #C36963
Complementary color
Monochromatic Colors of #C36963
Black with #C36963
Text Example
Text Example
White with #C36963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36963; }
p { color: rgb(195,105,99); }
H1.HeaderClassName
{
color: #C36963;
}
.AnyTagClassName
{
color: #C36963;
}
</style>
background-color css
<style>
a { background-color: #C36963; }
a { background-color: rgb(195,105,99); }
div.DivClassName
{
background-color: #C36963;
}
.BgClassName
{
background-color: #C36963;
}
</style>
border-color css
<style>
span { border-color: #C36963; }
span { border-color: rgb(195,105,99); }
td.TdClassName
{
border-color: #C36963;
}
.TagClassName
{
border-color: #C36963;
}
</style>