Shades of Contessa #C8736C
Tints of Contessa #C8736C
RGB
CMYK
RGB Variations
Color information
#C8736C (or 0xC8736C) is known color: Contessa. HEX triplet: C8, 73 and 6C. RGB value is (200,115,108). Sum of RGB (Red+Green+Blue) = 200+115+108=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C8736C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8736C is #378C93. Grayscale: #8B8B8B. Windows color (decimal): -3640468 or 7107528. OLE color: 7107528.
HSL color Cylindrical-coordinate representation of color #C8736C: hue angle of 4.57º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C8736C is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 115 | 108 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.22 |
| HSL | 4.57º | 0.46% | 0.6% | - |
| HSV(B) | 4.57º | 0.46% | 0.78% | - |
| XYZ | 32.66 | 25.62 | 17.41 | - |
| YUV | 139.62 | 110.16 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 115 | 108 | 0 | 0.42 | 0.46 | 0.22 | 4.57 | 0.46 | 0.6 |
| Hex | C8 | 73 | 6C | 0 | 2A | 2E | 16 | 5 | 2E | 3C |
| Octal | 310 | 163 | 154 | 0 | 52 | 56 | 26 | 5 | 56 | 74 |
| Binary | 11001000 | 1110011 | 1101100 | 0 | 101010 | 101110 | 10110 | 101 | 101110 | 111100 |
Color Harmonies of #C8736C
Complementary color
Monochromatic Colors of #C8736C
Black with #C8736C
Text Example
Text Example
White with #C8736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8736C; }
p { color: rgb(200,115,108); }
H1.HeaderClassName
{
color: #C8736C;
}
.AnyTagClassName
{
color: #C8736C;
}
</style>
background-color css
<style>
a { background-color: #C8736C; }
a { background-color: rgb(200,115,108); }
div.DivClassName
{
background-color: #C8736C;
}
.BgClassName
{
background-color: #C8736C;
}
</style>
border-color css
<style>
span { border-color: #C8736C; }
span { border-color: rgb(200,115,108); }
td.TdClassName
{
border-color: #C8736C;
}
.TagClassName
{
border-color: #C8736C;
}
</style>