Shades of Contessa #CB726F
Tints of Contessa #CB726F
RGB
CMYK
RGB Variations
Color information
#CB726F (or 0xCB726F) is known color: Contessa. HEX triplet: CB, 72 and 6F. RGB value is (203,114,111). Sum of RGB (Red+Green+Blue) = 203+114+111=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB726F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB726F is #348D90. Grayscale: #8C8C8C. Windows color (decimal): -3444113 or 7303883. OLE color: 7303883.
HSL color Cylindrical-coordinate representation of color #CB726F: hue angle of 1.96º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB726F is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 111 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.20 |
| HSL | 1.96º | 0.47% | 0.62% | - |
| HSV(B) | 1.96º | 0.45% | 0.8% | - |
| XYZ | 33.52 | 25.88 | 18.27 | - |
| YUV | 140.27 | 111.49 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 111 | 0 | 0.44 | 0.45 | 0.20 | 1.96 | 0.47 | 0.62 |
| Hex | CB | 72 | 6F | 0 | 2C | 2D | 14 | 2 | 2F | 3E |
| Octal | 313 | 162 | 157 | 0 | 54 | 55 | 24 | 2 | 57 | 76 |
| Binary | 11001011 | 1110010 | 1101111 | 0 | 101100 | 101101 | 10100 | 10 | 101111 | 111110 |
Color Harmonies of #CB726F
Complementary color
Monochromatic Colors of #CB726F
Black with #CB726F
Text Example
Text Example
White with #CB726F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB726F; }
p { color: rgb(203,114,111); }
H1.HeaderClassName
{
color: #CB726F;
}
.AnyTagClassName
{
color: #CB726F;
}
</style>
background-color css
<style>
a { background-color: #CB726F; }
a { background-color: rgb(203,114,111); }
div.DivClassName
{
background-color: #CB726F;
}
.BgClassName
{
background-color: #CB726F;
}
</style>
border-color css
<style>
span { border-color: #CB726F; }
span { border-color: rgb(203,114,111); }
td.TdClassName
{
border-color: #CB726F;
}
.TagClassName
{
border-color: #CB726F;
}
</style>