Shades of Rose #CBA08E
Tints of Rose #CBA08E
RGB
CMYK
RGB Variations
Color information
#CBA08E (or 0xCBA08E) is known color: Rose. HEX triplet: CB, A0 and 8E. RGB value is (203,160,142). Sum of RGB (Red+Green+Blue) = 203+160+142=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 142 (55.86% from 255 or 28.12% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA08E is #345F71. Grayscale: #AAAAAA. Windows color (decimal): -3432306 or 9347275. OLE color: 9347275.
HSL color Cylindrical-coordinate representation of color #CBA08E: hue angle of 17.7º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBA08E is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 142 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.20 |
| HSL | 17.7º | 0.37% | 0.68% | - |
| HSV(B) | 17.7º | 0.3% | 0.8% | - |
| XYZ | 42.08 | 39.79 | 31.05 | - |
| YUV | 170.81 | 111.75 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 142 | 0 | 0.21 | 0.30 | 0.20 | 17.7 | 0.37 | 0.68 |
| Hex | CB | A0 | 8E | 0 | 15 | 1E | 14 | 12 | 25 | 44 |
| Octal | 313 | 240 | 216 | 0 | 25 | 36 | 24 | 22 | 45 | 104 |
| Binary | 11001011 | 10100000 | 10001110 | 0 | 10101 | 11110 | 10100 | 10010 | 100101 | 1000100 |
Color Harmonies of #CBA08E
Complementary color
Monochromatic Colors of #CBA08E
Black with #CBA08E
Text Example
Text Example
White with #CBA08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA08E; }
p { color: rgb(203,160,142); }
H1.HeaderClassName
{
color: #CBA08E;
}
.AnyTagClassName
{
color: #CBA08E;
}
</style>
background-color css
<style>
a { background-color: #CBA08E; }
a { background-color: rgb(203,160,142); }
div.DivClassName
{
background-color: #CBA08E;
}
.BgClassName
{
background-color: #CBA08E;
}
</style>
border-color css
<style>
span { border-color: #CBA08E; }
span { border-color: rgb(203,160,142); }
td.TdClassName
{
border-color: #CBA08E;
}
.TagClassName
{
border-color: #CBA08E;
}
</style>