Shades of Contessa #C86B6A
Tints of Contessa #C86B6A
RGB
CMYK
RGB Variations
Color information
#C86B6A (or 0xC86B6A) is known color: Contessa. HEX triplet: C8, 6B and 6A. RGB value is (200,107,106). Sum of RGB (Red+Green+Blue) = 200+107+106=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C86B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86B6A is #379495. Grayscale: #868686. Windows color (decimal): -3642518 or 6974408. OLE color: 6974408.
HSL color Cylindrical-coordinate representation of color #C86B6A: hue angle of 0.64º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C86B6A is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 107 | 106 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.22 |
| HSL | 0.64º | 0.46% | 0.6% | - |
| HSV(B) | 0.64º | 0.47% | 0.78% | - |
| XYZ | 31.68 | 23.84 | 16.57 | - |
| YUV | 134.69 | 111.81 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 107 | 106 | 0 | 0.46 | 0.47 | 0.22 | 0.64 | 0.46 | 0.6 |
| Hex | C8 | 6B | 6A | 0 | 2E | 2F | 16 | 1 | 2E | 3C |
| Octal | 310 | 153 | 152 | 0 | 56 | 57 | 26 | 1 | 56 | 74 |
| Binary | 11001000 | 1101011 | 1101010 | 0 | 101110 | 101111 | 10110 | 1 | 101110 | 111100 |
Color Harmonies of #C86B6A
Complementary color
Monochromatic Colors of #C86B6A
Black with #C86B6A
Text Example
Text Example
White with #C86B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86B6A; }
p { color: rgb(200,107,106); }
H1.HeaderClassName
{
color: #C86B6A;
}
.AnyTagClassName
{
color: #C86B6A;
}
</style>
background-color css
<style>
a { background-color: #C86B6A; }
a { background-color: rgb(200,107,106); }
div.DivClassName
{
background-color: #C86B6A;
}
.BgClassName
{
background-color: #C86B6A;
}
</style>
border-color css
<style>
span { border-color: #C86B6A; }
span { border-color: rgb(200,107,106); }
td.TdClassName
{
border-color: #C86B6A;
}
.TagClassName
{
border-color: #C86B6A;
}
</style>