Shades of Contessa #CB7B70
Tints of Contessa #CB7B70
RGB
CMYK
RGB Variations
Color information
#CB7B70 (or 0xCB7B70) is known color: Contessa. HEX triplet: CB, 7B and 70. RGB value is (203,123,112). Sum of RGB (Red+Green+Blue) = 203+123+112=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7B70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7B70 is #34848F. Grayscale: #919191. Windows color (decimal): -3441808 or 7371723. OLE color: 7371723.
HSL color Cylindrical-coordinate representation of color #CB7B70: hue angle of 7.25º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB7B70 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 123 | 112 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.20 |
| HSL | 7.25º | 0.47% | 0.62% | - |
| HSV(B) | 7.25º | 0.45% | 0.8% | - |
| XYZ | 34.64 | 28.03 | 18.91 | - |
| YUV | 145.67 | 109 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 112 | 0 | 0.39 | 0.45 | 0.20 | 7.25 | 0.47 | 0.62 |
| Hex | CB | 7B | 70 | 0 | 27 | 2D | 14 | 7 | 2F | 3E |
| Octal | 313 | 173 | 160 | 0 | 47 | 55 | 24 | 7 | 57 | 76 |
| Binary | 11001011 | 1111011 | 1110000 | 0 | 100111 | 101101 | 10100 | 111 | 101111 | 111110 |
Color Harmonies of #CB7B70
Complementary color
Monochromatic Colors of #CB7B70
Black with #CB7B70
Text Example
Text Example
White with #CB7B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7B70; }
p { color: rgb(203,123,112); }
H1.HeaderClassName
{
color: #CB7B70;
}
.AnyTagClassName
{
color: #CB7B70;
}
</style>
background-color css
<style>
a { background-color: #CB7B70; }
a { background-color: rgb(203,123,112); }
div.DivClassName
{
background-color: #CB7B70;
}
.BgClassName
{
background-color: #CB7B70;
}
</style>
border-color css
<style>
span { border-color: #CB7B70; }
span { border-color: rgb(203,123,112); }
td.TdClassName
{
border-color: #CB7B70;
}
.TagClassName
{
border-color: #CB7B70;
}
</style>