Shades of Contessa #CB716B
Tints of Contessa #CB716B
RGB
CMYK
RGB Variations
Color information
#CB716B (or 0xCB716B) is known color: Contessa. HEX triplet: CB, 71 and 6B. RGB value is (203,113,107). Sum of RGB (Red+Green+Blue) = 203+113+107=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB716B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB716B is #348E94. Grayscale: #8B8B8B. Windows color (decimal): -3444373 or 7041483. OLE color: 7041483.
HSL color Cylindrical-coordinate representation of color #CB716B: hue angle of 3.75º 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 #CB716B is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 107 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.20 |
| HSL | 3.75º | 0.48% | 0.61% | - |
| HSV(B) | 3.75º | 0.47% | 0.8% | - |
| XYZ | 33.19 | 25.57 | 17.1 | - |
| YUV | 139.23 | 109.82 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 107 | 0 | 0.44 | 0.47 | 0.20 | 3.75 | 0.48 | 0.61 |
| Hex | CB | 71 | 6B | 0 | 2C | 2F | 14 | 4 | 30 | 3D |
| Octal | 313 | 161 | 153 | 0 | 54 | 57 | 24 | 4 | 60 | 75 |
| Binary | 11001011 | 1110001 | 1101011 | 0 | 101100 | 101111 | 10100 | 100 | 110000 | 111101 |
Color Harmonies of #CB716B
Complementary color
Monochromatic Colors of #CB716B
Black with #CB716B
Text Example
Text Example
White with #CB716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB716B; }
p { color: rgb(203,113,107); }
H1.HeaderClassName
{
color: #CB716B;
}
.AnyTagClassName
{
color: #CB716B;
}
</style>
background-color css
<style>
a { background-color: #CB716B; }
a { background-color: rgb(203,113,107); }
div.DivClassName
{
background-color: #CB716B;
}
.BgClassName
{
background-color: #CB716B;
}
</style>
border-color css
<style>
span { border-color: #CB716B; }
span { border-color: rgb(203,113,107); }
td.TdClassName
{
border-color: #CB716B;
}
.TagClassName
{
border-color: #CB716B;
}
</style>