Shades of Contessa #C9716B
Tints of Contessa #C9716B
RGB
CMYK
RGB Variations
Color information
#C9716B (or 0xC9716B) is known color: Contessa. HEX triplet: C9, 71 and 6B. RGB value is (201,113,107). Sum of RGB (Red+Green+Blue) = 201+113+107=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 107 (42.19% from 255 or 25.42% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C9716B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9716B is #368E94. Grayscale: #8A8A8A. Windows color (decimal): -3575445 or 7041481. OLE color: 7041481.
HSL color Cylindrical-coordinate representation of color #C9716B: hue angle of 3.83º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C9716B is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 113 | 107 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.21 |
| HSL | 3.83º | 0.47% | 0.6% | - |
| HSV(B) | 3.83º | 0.47% | 0.79% | - |
| XYZ | 32.65 | 25.29 | 17.07 | - |
| YUV | 138.63 | 110.15 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 113 | 107 | 0 | 0.44 | 0.47 | 0.21 | 3.83 | 0.47 | 0.6 |
| Hex | C9 | 71 | 6B | 0 | 2C | 2F | 15 | 4 | 2F | 3C |
| Octal | 311 | 161 | 153 | 0 | 54 | 57 | 25 | 4 | 57 | 74 |
| Binary | 11001001 | 1110001 | 1101011 | 0 | 101100 | 101111 | 10101 | 100 | 101111 | 111100 |
Color Harmonies of #C9716B
Complementary color
Monochromatic Colors of #C9716B
Black with #C9716B
Text Example
Text Example
White with #C9716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9716B; }
p { color: rgb(201,113,107); }
H1.HeaderClassName
{
color: #C9716B;
}
.AnyTagClassName
{
color: #C9716B;
}
</style>
background-color css
<style>
a { background-color: #C9716B; }
a { background-color: rgb(201,113,107); }
div.DivClassName
{
background-color: #C9716B;
}
.BgClassName
{
background-color: #C9716B;
}
</style>
border-color css
<style>
span { border-color: #C9716B; }
span { border-color: rgb(201,113,107); }
td.TdClassName
{
border-color: #C9716B;
}
.TagClassName
{
border-color: #C9716B;
}
</style>