Shades of Contessa #CB706B
Tints of Contessa #CB706B
RGB
CMYK
RGB Variations
Color information
#CB706B (or 0xCB706B) is known color: Contessa. HEX triplet: CB, 70 and 6B. RGB value is (203,112,107). Sum of RGB (Red+Green+Blue) = 203+112+107=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB706B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB706B is #348F94. Grayscale: #8A8A8A. Windows color (decimal): -3444629 or 7041227. OLE color: 7041227.
HSL color Cylindrical-coordinate representation of color #CB706B: hue angle of 3.12º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB706B is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 107 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.20 |
| HSL | 3.13º | 0.48% | 0.61% | - |
| HSV(B) | 3.13º | 0.47% | 0.8% | - |
| XYZ | 33.08 | 25.35 | 17.06 | - |
| YUV | 138.64 | 110.15 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 107 | 0 | 0.45 | 0.47 | 0.20 | 3.13 | 0.48 | 0.61 |
| Hex | CB | 70 | 6B | 0 | 2D | 2F | 14 | 3 | 30 | 3D |
| Octal | 313 | 160 | 153 | 0 | 55 | 57 | 24 | 3 | 60 | 75 |
| Binary | 11001011 | 1110000 | 1101011 | 0 | 101101 | 101111 | 10100 | 11 | 110000 | 111101 |
Color Harmonies of #CB706B
Complementary color
Monochromatic Colors of #CB706B
Black with #CB706B
Text Example
Text Example
White with #CB706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB706B; }
p { color: rgb(203,112,107); }
H1.HeaderClassName
{
color: #CB706B;
}
.AnyTagClassName
{
color: #CB706B;
}
</style>
background-color css
<style>
a { background-color: #CB706B; }
a { background-color: rgb(203,112,107); }
div.DivClassName
{
background-color: #CB706B;
}
.BgClassName
{
background-color: #CB706B;
}
</style>
border-color css
<style>
span { border-color: #CB706B; }
span { border-color: rgb(203,112,107); }
td.TdClassName
{
border-color: #CB706B;
}
.TagClassName
{
border-color: #CB706B;
}
</style>