Shades of Contessa #CB7675
Tints of Contessa #CB7675
RGB
CMYK
RGB Variations
Color information
#CB7675 (or 0xCB7675) is known color: Contessa. HEX triplet: CB, 76 and 75. RGB value is (203,118,117). Sum of RGB (Red+Green+Blue) = 203+118+117=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7675 is #34898A. Grayscale: #8F8F8F. Windows color (decimal): -3443083 or 7698123. OLE color: 7698123.
HSL color Cylindrical-coordinate representation of color #CB7675: hue angle of 0.7º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB7675 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 118 | 117 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.20 |
| HSL | 0.7º | 0.45% | 0.63% | - |
| HSV(B) | 0.7º | 0.42% | 0.8% | - |
| XYZ | 34.32 | 26.94 | 20.22 | - |
| YUV | 143.3 | 113.16 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 117 | 0 | 0.42 | 0.42 | 0.20 | 0.7 | 0.45 | 0.63 |
| Hex | CB | 76 | 75 | 0 | 2A | 2A | 14 | 1 | 2D | 3F |
| Octal | 313 | 166 | 165 | 0 | 52 | 52 | 24 | 1 | 55 | 77 |
| Binary | 11001011 | 1110110 | 1110101 | 0 | 101010 | 101010 | 10100 | 1 | 101101 | 111111 |
Color Harmonies of #CB7675
Complementary color
Monochromatic Colors of #CB7675
Black with #CB7675
Text Example
Text Example
White with #CB7675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7675; }
p { color: rgb(203,118,117); }
H1.HeaderClassName
{
color: #CB7675;
}
.AnyTagClassName
{
color: #CB7675;
}
</style>
background-color css
<style>
a { background-color: #CB7675; }
a { background-color: rgb(203,118,117); }
div.DivClassName
{
background-color: #CB7675;
}
.BgClassName
{
background-color: #CB7675;
}
</style>
border-color css
<style>
span { border-color: #CB7675; }
span { border-color: rgb(203,118,117); }
td.TdClassName
{
border-color: #CB7675;
}
.TagClassName
{
border-color: #CB7675;
}
</style>