Shades of Contessa #CB716A
Tints of Contessa #CB716A
RGB
CMYK
RGB Variations
Color information
#CB716A (or 0xCB716A) is known color: Contessa. HEX triplet: CB, 71 and 6A. RGB value is (203,113,106). Sum of RGB (Red+Green+Blue) = 203+113+106=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 106 (41.80% from 255 or 25.12% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB716A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB716A is #348E95. Grayscale: #8B8B8B. Windows color (decimal): -3444374 or 6975947. OLE color: 6975947.
HSL color Cylindrical-coordinate representation of color #CB716A: hue angle of 4.33º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB716A is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 106 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.20 |
| HSL | 4.33º | 0.48% | 0.61% | - |
| HSV(B) | 4.33º | 0.48% | 0.8% | - |
| XYZ | 33.14 | 25.55 | 16.82 | - |
| YUV | 139.11 | 109.32 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 106 | 0 | 0.44 | 0.48 | 0.20 | 4.33 | 0.48 | 0.61 |
| Hex | CB | 71 | 6A | 0 | 2C | 30 | 14 | 4 | 30 | 3D |
| Octal | 313 | 161 | 152 | 0 | 54 | 60 | 24 | 4 | 60 | 75 |
| Binary | 11001011 | 1110001 | 1101010 | 0 | 101100 | 110000 | 10100 | 100 | 110000 | 111101 |
Color Harmonies of #CB716A
Complementary color
Monochromatic Colors of #CB716A
Black with #CB716A
Text Example
Text Example
White with #CB716A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB716A; }
p { color: rgb(203,113,106); }
H1.HeaderClassName
{
color: #CB716A;
}
.AnyTagClassName
{
color: #CB716A;
}
</style>
background-color css
<style>
a { background-color: #CB716A; }
a { background-color: rgb(203,113,106); }
div.DivClassName
{
background-color: #CB716A;
}
.BgClassName
{
background-color: #CB716A;
}
</style>
border-color css
<style>
span { border-color: #CB716A; }
span { border-color: rgb(203,113,106); }
td.TdClassName
{
border-color: #CB716A;
}
.TagClassName
{
border-color: #CB716A;
}
</style>