Shades of Contessa #CB726C
Tints of Contessa #CB726C
RGB
CMYK
RGB Variations
Color information
#CB726C (or 0xCB726C) is known color: Contessa. HEX triplet: CB, 72 and 6C. RGB value is (203,114,108). Sum of RGB (Red+Green+Blue) = 203+114+108=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB726C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB726C is #348D93. Grayscale: #8C8C8C. Windows color (decimal): -3444116 or 7107275. OLE color: 7107275.
HSL color Cylindrical-coordinate representation of color #CB726C: hue angle of 3.79º 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 #CB726C is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 108 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.20 |
| HSL | 3.79º | 0.48% | 0.61% | - |
| HSV(B) | 3.79º | 0.47% | 0.8% | - |
| XYZ | 33.35 | 25.81 | 17.41 | - |
| YUV | 139.93 | 109.99 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 108 | 0 | 0.44 | 0.47 | 0.20 | 3.79 | 0.48 | 0.61 |
| Hex | CB | 72 | 6C | 0 | 2C | 2F | 14 | 4 | 30 | 3D |
| Octal | 313 | 162 | 154 | 0 | 54 | 57 | 24 | 4 | 60 | 75 |
| Binary | 11001011 | 1110010 | 1101100 | 0 | 101100 | 101111 | 10100 | 100 | 110000 | 111101 |
Color Harmonies of #CB726C
Complementary color
Monochromatic Colors of #CB726C
Black with #CB726C
Text Example
Text Example
White with #CB726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB726C; }
p { color: rgb(203,114,108); }
H1.HeaderClassName
{
color: #CB726C;
}
.AnyTagClassName
{
color: #CB726C;
}
</style>
background-color css
<style>
a { background-color: #CB726C; }
a { background-color: rgb(203,114,108); }
div.DivClassName
{
background-color: #CB726C;
}
.BgClassName
{
background-color: #CB726C;
}
</style>
border-color css
<style>
span { border-color: #CB726C; }
span { border-color: rgb(203,114,108); }
td.TdClassName
{
border-color: #CB726C;
}
.TagClassName
{
border-color: #CB726C;
}
</style>