Shades of Contessa #CB7568
Tints of Contessa #CB7568
RGB
CMYK
RGB Variations
Color information
#CB7568 (or 0xCB7568) is known color: Contessa. HEX triplet: CB, 75 and 68. RGB value is (203,117,104). Sum of RGB (Red+Green+Blue) = 203+117+104=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7568 is #348A97. Grayscale: #8D8D8D. Windows color (decimal): -3443352 or 6845899. OLE color: 6845899.
HSL color Cylindrical-coordinate representation of color #CB7568: hue angle of 7.88º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB7568 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 104 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.20 |
| HSL | 7.88º | 0.49% | 0.6% | - |
| HSV(B) | 7.88º | 0.49% | 0.8% | - |
| XYZ | 33.49 | 26.42 | 16.43 | - |
| YUV | 141.23 | 106.99 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 104 | 0 | 0.42 | 0.49 | 0.20 | 7.88 | 0.49 | 0.6 |
| Hex | CB | 75 | 68 | 0 | 2A | 31 | 14 | 8 | 31 | 3C |
| Octal | 313 | 165 | 150 | 0 | 52 | 61 | 24 | 10 | 61 | 74 |
| Binary | 11001011 | 1110101 | 1101000 | 0 | 101010 | 110001 | 10100 | 1000 | 110001 | 111100 |
Color Harmonies of #CB7568
Complementary color
Monochromatic Colors of #CB7568
Black with #CB7568
Text Example
Text Example
White with #CB7568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7568; }
p { color: rgb(203,117,104); }
H1.HeaderClassName
{
color: #CB7568;
}
.AnyTagClassName
{
color: #CB7568;
}
</style>
background-color css
<style>
a { background-color: #CB7568; }
a { background-color: rgb(203,117,104); }
div.DivClassName
{
background-color: #CB7568;
}
.BgClassName
{
background-color: #CB7568;
}
</style>
border-color css
<style>
span { border-color: #CB7568; }
span { border-color: rgb(203,117,104); }
td.TdClassName
{
border-color: #CB7568;
}
.TagClassName
{
border-color: #CB7568;
}
</style>