Shades of Contessa #CB726A
Tints of Contessa #CB726A
RGB
CMYK
RGB Variations
Color information
#CB726A (or 0xCB726A) is known color: Contessa. HEX triplet: CB, 72 and 6A. RGB value is (203,114,106). Sum of RGB (Red+Green+Blue) = 203+114+106=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB726A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB726A is #348D95. Grayscale: #8B8B8B. Windows color (decimal): -3444118 or 6976203. OLE color: 6976203.
HSL color Cylindrical-coordinate representation of color #CB726A: hue angle of 4.95º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB726A is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 106 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.20 |
| HSL | 4.95º | 0.48% | 0.61% | - |
| HSV(B) | 4.95º | 0.48% | 0.8% | - |
| XYZ | 33.25 | 25.77 | 16.86 | - |
| YUV | 139.7 | 108.99 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 106 | 0 | 0.44 | 0.48 | 0.20 | 4.95 | 0.48 | 0.61 |
| Hex | CB | 72 | 6A | 0 | 2C | 30 | 14 | 5 | 30 | 3D |
| Octal | 313 | 162 | 152 | 0 | 54 | 60 | 24 | 5 | 60 | 75 |
| Binary | 11001011 | 1110010 | 1101010 | 0 | 101100 | 110000 | 10100 | 101 | 110000 | 111101 |
Color Harmonies of #CB726A
Complementary color
Monochromatic Colors of #CB726A
Black with #CB726A
Text Example
Text Example
White with #CB726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB726A; }
p { color: rgb(203,114,106); }
H1.HeaderClassName
{
color: #CB726A;
}
.AnyTagClassName
{
color: #CB726A;
}
</style>
background-color css
<style>
a { background-color: #CB726A; }
a { background-color: rgb(203,114,106); }
div.DivClassName
{
background-color: #CB726A;
}
.BgClassName
{
background-color: #CB726A;
}
</style>
border-color css
<style>
span { border-color: #CB726A; }
span { border-color: rgb(203,114,106); }
td.TdClassName
{
border-color: #CB726A;
}
.TagClassName
{
border-color: #CB726A;
}
</style>