Shades of Contessa #CB7B6D
Tints of Contessa #CB7B6D
RGB
CMYK
RGB Variations
Color information
#CB7B6D (or 0xCB7B6D) is known color: Contessa. HEX triplet: CB, 7B and 6D. RGB value is (203,123,109). Sum of RGB (Red+Green+Blue) = 203+123+109=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7B6D is #348492. Grayscale: #919191. Windows color (decimal): -3441811 or 7175115. OLE color: 7175115.
HSL color Cylindrical-coordinate representation of color #CB7B6D: hue angle of 8.94º 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 #CB7B6D is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 123 | 109 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.20 |
| HSL | 8.94º | 0.47% | 0.61% | - |
| HSV(B) | 8.94º | 0.46% | 0.8% | - |
| XYZ | 34.47 | 27.97 | 18.05 | - |
| YUV | 145.32 | 107.5 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 109 | 0 | 0.39 | 0.46 | 0.20 | 8.94 | 0.47 | 0.61 |
| Hex | CB | 7B | 6D | 0 | 27 | 2E | 14 | 9 | 2F | 3D |
| Octal | 313 | 173 | 155 | 0 | 47 | 56 | 24 | 11 | 57 | 75 |
| Binary | 11001011 | 1111011 | 1101101 | 0 | 100111 | 101110 | 10100 | 1001 | 101111 | 111101 |
Color Harmonies of #CB7B6D
Complementary color
Monochromatic Colors of #CB7B6D
Black with #CB7B6D
Text Example
Text Example
White with #CB7B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7B6D; }
p { color: rgb(203,123,109); }
H1.HeaderClassName
{
color: #CB7B6D;
}
.AnyTagClassName
{
color: #CB7B6D;
}
</style>
background-color css
<style>
a { background-color: #CB7B6D; }
a { background-color: rgb(203,123,109); }
div.DivClassName
{
background-color: #CB7B6D;
}
.BgClassName
{
background-color: #CB7B6D;
}
</style>
border-color css
<style>
span { border-color: #CB7B6D; }
span { border-color: rgb(203,123,109); }
td.TdClassName
{
border-color: #CB7B6D;
}
.TagClassName
{
border-color: #CB7B6D;
}
</style>