Shades of Rose #CBA293
Tints of Rose #CBA293
RGB
CMYK
RGB Variations
Color information
#CBA293 (or 0xCBA293) is known color: Rose. HEX triplet: CB, A2 and 93. RGB value is (203,162,147). Sum of RGB (Red+Green+Blue) = 203+162+147=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA293 is #345D6C. Grayscale: #ACACAC. Windows color (decimal): -3431789 or 9675467. OLE color: 9675467.
HSL color Cylindrical-coordinate representation of color #CBA293: hue angle of 16.07º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBA293 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 147 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.20 |
| HSL | 16.07º | 0.35% | 0.69% | - |
| HSV(B) | 16.07º | 0.28% | 0.8% | - |
| XYZ | 42.82 | 40.64 | 33.19 | - |
| YUV | 172.55 | 113.58 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 147 | 0 | 0.20 | 0.28 | 0.20 | 16.07 | 0.35 | 0.69 |
| Hex | CB | A2 | 93 | 0 | 14 | 1C | 14 | 10 | 23 | 45 |
| Octal | 313 | 242 | 223 | 0 | 24 | 34 | 24 | 20 | 43 | 105 |
| Binary | 11001011 | 10100010 | 10010011 | 0 | 10100 | 11100 | 10100 | 10000 | 100011 | 1000101 |
Color Harmonies of #CBA293
Complementary color
Monochromatic Colors of #CBA293
Black with #CBA293
Text Example
Text Example
White with #CBA293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA293; }
p { color: rgb(203,162,147); }
H1.HeaderClassName
{
color: #CBA293;
}
.AnyTagClassName
{
color: #CBA293;
}
</style>
background-color css
<style>
a { background-color: #CBA293; }
a { background-color: rgb(203,162,147); }
div.DivClassName
{
background-color: #CBA293;
}
.BgClassName
{
background-color: #CBA293;
}
</style>
border-color css
<style>
span { border-color: #CBA293; }
span { border-color: rgb(203,162,147); }
td.TdClassName
{
border-color: #CBA293;
}
.TagClassName
{
border-color: #CBA293;
}
</style>