Shades of Contessa #CB7A6E
Tints of Contessa #CB7A6E
RGB
CMYK
RGB Variations
Color information
#CB7A6E (or 0xCB7A6E) is known color: Contessa. HEX triplet: CB, 7A and 6E. RGB value is (203,122,110). Sum of RGB (Red+Green+Blue) = 203+122+110=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7A6E is #348591. Grayscale: #909090. Windows color (decimal): -3442066 or 7240395. OLE color: 7240395.
HSL color Cylindrical-coordinate representation of color #CB7A6E: hue angle of 7.74º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB7A6E is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 122 | 110 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.20 |
| HSL | 7.74º | 0.47% | 0.61% | - |
| HSV(B) | 7.74º | 0.46% | 0.8% | - |
| XYZ | 34.4 | 27.74 | 18.29 | - |
| YUV | 144.85 | 108.34 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 122 | 110 | 0 | 0.40 | 0.46 | 0.20 | 7.74 | 0.47 | 0.61 |
| Hex | CB | 7A | 6E | 0 | 28 | 2E | 14 | 8 | 2F | 3D |
| Octal | 313 | 172 | 156 | 0 | 50 | 56 | 24 | 10 | 57 | 75 |
| Binary | 11001011 | 1111010 | 1101110 | 0 | 101000 | 101110 | 10100 | 1000 | 101111 | 111101 |
Color Harmonies of #CB7A6E
Complementary color
Monochromatic Colors of #CB7A6E
Black with #CB7A6E
Text Example
Text Example
White with #CB7A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7A6E; }
p { color: rgb(203,122,110); }
H1.HeaderClassName
{
color: #CB7A6E;
}
.AnyTagClassName
{
color: #CB7A6E;
}
</style>
background-color css
<style>
a { background-color: #CB7A6E; }
a { background-color: rgb(203,122,110); }
div.DivClassName
{
background-color: #CB7A6E;
}
.BgClassName
{
background-color: #CB7A6E;
}
</style>
border-color css
<style>
span { border-color: #CB7A6E; }
span { border-color: rgb(203,122,110); }
td.TdClassName
{
border-color: #CB7A6E;
}
.TagClassName
{
border-color: #CB7A6E;
}
</style>