Shades of Contessa #CB756C
Tints of Contessa #CB756C
RGB
CMYK
RGB Variations
Color information
#CB756C (or 0xCB756C) is known color: Contessa. HEX triplet: CB, 75 and 6C. RGB value is (203,117,108). Sum of RGB (Red+Green+Blue) = 203+117+108=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB756C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB756C is #348A93. Grayscale: #8D8D8D. Windows color (decimal): -3443348 or 7108043. OLE color: 7108043.
HSL color Cylindrical-coordinate representation of color #CB756C: hue angle of 5.68º 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 #CB756C is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 108 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.20 |
| HSL | 5.68º | 0.48% | 0.61% | - |
| HSV(B) | 5.68º | 0.47% | 0.8% | - |
| XYZ | 33.7 | 26.5 | 17.53 | - |
| YUV | 141.69 | 108.99 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 108 | 0 | 0.42 | 0.47 | 0.20 | 5.68 | 0.48 | 0.61 |
| Hex | CB | 75 | 6C | 0 | 2A | 2F | 14 | 6 | 30 | 3D |
| Octal | 313 | 165 | 154 | 0 | 52 | 57 | 24 | 6 | 60 | 75 |
| Binary | 11001011 | 1110101 | 1101100 | 0 | 101010 | 101111 | 10100 | 110 | 110000 | 111101 |
Color Harmonies of #CB756C
Complementary color
Monochromatic Colors of #CB756C
Black with #CB756C
Text Example
Text Example
White with #CB756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB756C; }
p { color: rgb(203,117,108); }
H1.HeaderClassName
{
color: #CB756C;
}
.AnyTagClassName
{
color: #CB756C;
}
</style>
background-color css
<style>
a { background-color: #CB756C; }
a { background-color: rgb(203,117,108); }
div.DivClassName
{
background-color: #CB756C;
}
.BgClassName
{
background-color: #CB756C;
}
</style>
border-color css
<style>
span { border-color: #CB756C; }
span { border-color: rgb(203,117,108); }
td.TdClassName
{
border-color: #CB756C;
}
.TagClassName
{
border-color: #CB756C;
}
</style>