Shades of Rose #CBA292
Tints of Rose #CBA292
RGB
CMYK
RGB Variations
Color information
#CBA292 (or 0xCBA292) is known color: Rose. HEX triplet: CB, A2 and 92. RGB value is (203,162,146). Sum of RGB (Red+Green+Blue) = 203+162+146=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA292 is #345D6D. Grayscale: #ACACAC. Windows color (decimal): -3431790 or 9609931. OLE color: 9609931.
HSL color Cylindrical-coordinate representation of color #CBA292: hue angle of 16.84º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBA292 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 146 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.20 |
| HSL | 16.84º | 0.35% | 0.68% | - |
| HSV(B) | 16.84º | 0.28% | 0.8% | - |
| XYZ | 42.74 | 40.61 | 32.78 | - |
| YUV | 172.44 | 113.08 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 146 | 0 | 0.20 | 0.28 | 0.20 | 16.84 | 0.35 | 0.68 |
| Hex | CB | A2 | 92 | 0 | 14 | 1C | 14 | 11 | 23 | 44 |
| Octal | 313 | 242 | 222 | 0 | 24 | 34 | 24 | 21 | 43 | 104 |
| Binary | 11001011 | 10100010 | 10010010 | 0 | 10100 | 11100 | 10100 | 10001 | 100011 | 1000100 |
Color Harmonies of #CBA292
Complementary color
Monochromatic Colors of #CBA292
Black with #CBA292
Text Example
Text Example
White with #CBA292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA292; }
p { color: rgb(203,162,146); }
H1.HeaderClassName
{
color: #CBA292;
}
.AnyTagClassName
{
color: #CBA292;
}
</style>
background-color css
<style>
a { background-color: #CBA292; }
a { background-color: rgb(203,162,146); }
div.DivClassName
{
background-color: #CBA292;
}
.BgClassName
{
background-color: #CBA292;
}
</style>
border-color css
<style>
span { border-color: #CBA292; }
span { border-color: rgb(203,162,146); }
td.TdClassName
{
border-color: #CBA292;
}
.TagClassName
{
border-color: #CBA292;
}
</style>