Shades of Contessa #CB776B
Tints of Contessa #CB776B
RGB
CMYK
RGB Variations
Color information
#CB776B (or 0xCB776B) is known color: Contessa. HEX triplet: CB, 77 and 6B. RGB value is (203,119,107). Sum of RGB (Red+Green+Blue) = 203+119+107=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB776B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB776B is #348894. Grayscale: #8E8E8E. Windows color (decimal): -3442837 or 7043019. OLE color: 7043019.
HSL color Cylindrical-coordinate representation of color #CB776B: hue angle of 7.5º 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 #CB776B is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 107 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.20 |
| HSL | 7.5º | 0.48% | 0.61% | - |
| HSV(B) | 7.5º | 0.47% | 0.8% | - |
| XYZ | 33.88 | 26.95 | 17.33 | - |
| YUV | 142.75 | 107.83 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 107 | 0 | 0.41 | 0.47 | 0.20 | 7.5 | 0.48 | 0.61 |
| Hex | CB | 77 | 6B | 0 | 29 | 2F | 14 | 8 | 30 | 3D |
| Octal | 313 | 167 | 153 | 0 | 51 | 57 | 24 | 10 | 60 | 75 |
| Binary | 11001011 | 1110111 | 1101011 | 0 | 101001 | 101111 | 10100 | 1000 | 110000 | 111101 |
Color Harmonies of #CB776B
Complementary color
Monochromatic Colors of #CB776B
Black with #CB776B
Text Example
Text Example
White with #CB776B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB776B; }
p { color: rgb(203,119,107); }
H1.HeaderClassName
{
color: #CB776B;
}
.AnyTagClassName
{
color: #CB776B;
}
</style>
background-color css
<style>
a { background-color: #CB776B; }
a { background-color: rgb(203,119,107); }
div.DivClassName
{
background-color: #CB776B;
}
.BgClassName
{
background-color: #CB776B;
}
</style>
border-color css
<style>
span { border-color: #CB776B; }
span { border-color: rgb(203,119,107); }
td.TdClassName
{
border-color: #CB776B;
}
.TagClassName
{
border-color: #CB776B;
}
</style>