Shades of Rose #CBA091
Tints of Rose #CBA091
RGB
CMYK
RGB Variations
Color information
#CBA091 (or 0xCBA091) is known color: Rose. HEX triplet: CB, A0 and 91. RGB value is (203,160,145). Sum of RGB (Red+Green+Blue) = 203+160+145=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA091 is #345F6E. Grayscale: #ABABAB. Windows color (decimal): -3432303 or 9543883. OLE color: 9543883.
HSL color Cylindrical-coordinate representation of color #CBA091: hue angle of 15.52º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBA091 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 145 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.20 |
| HSL | 15.52º | 0.36% | 0.68% | - |
| HSV(B) | 15.52º | 0.29% | 0.8% | - |
| XYZ | 42.31 | 39.88 | 32.26 | - |
| YUV | 171.15 | 113.25 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 145 | 0 | 0.21 | 0.29 | 0.20 | 15.52 | 0.36 | 0.68 |
| Hex | CB | A0 | 91 | 0 | 15 | 1D | 14 | 10 | 24 | 44 |
| Octal | 313 | 240 | 221 | 0 | 25 | 35 | 24 | 20 | 44 | 104 |
| Binary | 11001011 | 10100000 | 10010001 | 0 | 10101 | 11101 | 10100 | 10000 | 100100 | 1000100 |
Color Harmonies of #CBA091
Complementary color
Monochromatic Colors of #CBA091
Black with #CBA091
Text Example
Text Example
White with #CBA091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA091; }
p { color: rgb(203,160,145); }
H1.HeaderClassName
{
color: #CBA091;
}
.AnyTagClassName
{
color: #CBA091;
}
</style>
background-color css
<style>
a { background-color: #CBA091; }
a { background-color: rgb(203,160,145); }
div.DivClassName
{
background-color: #CBA091;
}
.BgClassName
{
background-color: #CBA091;
}
</style>
border-color css
<style>
span { border-color: #CBA091; }
span { border-color: rgb(203,160,145); }
td.TdClassName
{
border-color: #CBA091;
}
.TagClassName
{
border-color: #CBA091;
}
</style>