Shades of Contessa #CB786B
Tints of Contessa #CB786B
RGB
CMYK
RGB Variations
Color information
#CB786B (or 0xCB786B) is known color: Contessa. HEX triplet: CB, 78 and 6B. RGB value is (203,120,107). Sum of RGB (Red+Green+Blue) = 203+120+107=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB786B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB786B is #348794. Grayscale: #8F8F8F. Windows color (decimal): -3442581 or 7043275. OLE color: 7043275.
HSL color Cylindrical-coordinate representation of color #CB786B: hue angle of 8.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 #CB786B is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 120 | 107 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.20 |
| HSL | 8.13º | 0.48% | 0.61% | - |
| HSV(B) | 8.13º | 0.47% | 0.8% | - |
| XYZ | 34 | 27.19 | 17.37 | - |
| YUV | 143.34 | 107.5 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 120 | 107 | 0 | 0.41 | 0.47 | 0.20 | 8.13 | 0.48 | 0.61 |
| Hex | CB | 78 | 6B | 0 | 29 | 2F | 14 | 8 | 30 | 3D |
| Octal | 313 | 170 | 153 | 0 | 51 | 57 | 24 | 10 | 60 | 75 |
| Binary | 11001011 | 1111000 | 1101011 | 0 | 101001 | 101111 | 10100 | 1000 | 110000 | 111101 |
Color Harmonies of #CB786B
Complementary color
Monochromatic Colors of #CB786B
Black with #CB786B
Text Example
Text Example
White with #CB786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB786B; }
p { color: rgb(203,120,107); }
H1.HeaderClassName
{
color: #CB786B;
}
.AnyTagClassName
{
color: #CB786B;
}
</style>
background-color css
<style>
a { background-color: #CB786B; }
a { background-color: rgb(203,120,107); }
div.DivClassName
{
background-color: #CB786B;
}
.BgClassName
{
background-color: #CB786B;
}
</style>
border-color css
<style>
span { border-color: #CB786B; }
span { border-color: rgb(203,120,107); }
td.TdClassName
{
border-color: #CB786B;
}
.TagClassName
{
border-color: #CB786B;
}
</style>