Shades of Contessa #C36868
Tints of Contessa #C36868
RGB
CMYK
RGB Variations
Color information
#C36868 (or 0xC36868) is known color: Contessa. HEX triplet: C3, 68 and 68. RGB value is (195,104,104). Sum of RGB (Red+Green+Blue) = 195+104+104=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C36868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36868 is #3C9797. Grayscale: #838383. Windows color (decimal): -3970968 or 6842563. OLE color: 6842563.
HSL color Cylindrical-coordinate representation of color #C36868: hue angle of 0º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C36868 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 104 | 104 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.24 |
| HSL | 0º | 0.43% | 0.59% | - |
| HSV(B) | 0º | 0.47% | 0.76% | - |
| XYZ | 29.95 | 22.5 | 15.86 | - |
| YUV | 131.21 | 112.65 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 104 | 0 | 0.47 | 0.47 | 0.24 | 0 | 0.43 | 0.59 |
| Hex | C3 | 68 | 68 | 0 | 2F | 2F | 18 | 0 | 2B | 3B |
| Octal | 303 | 150 | 150 | 0 | 57 | 57 | 30 | 0 | 53 | 73 |
| Binary | 11000011 | 1101000 | 1101000 | 0 | 101111 | 101111 | 11000 | 0 | 101011 | 111011 |
Color Harmonies of #C36868
Complementary color
Monochromatic Colors of #C36868
Black with #C36868
Text Example
Text Example
White with #C36868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36868; }
p { color: rgb(195,104,104); }
H1.HeaderClassName
{
color: #C36868;
}
.AnyTagClassName
{
color: #C36868;
}
</style>
background-color css
<style>
a { background-color: #C36868; }
a { background-color: rgb(195,104,104); }
div.DivClassName
{
background-color: #C36868;
}
.BgClassName
{
background-color: #C36868;
}
</style>
border-color css
<style>
span { border-color: #C36868; }
span { border-color: rgb(195,104,104); }
td.TdClassName
{
border-color: #C36868;
}
.TagClassName
{
border-color: #C36868;
}
</style>