Shades of Rose #CBA08F
Tints of Rose #CBA08F
RGB
CMYK
RGB Variations
Color information
#CBA08F (or 0xCBA08F) is known color: Rose. HEX triplet: CB, A0 and 8F. RGB value is (203,160,143). Sum of RGB (Red+Green+Blue) = 203+160+143=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 143 (56.25% from 255 or 28.26% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA08F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA08F is #345F70. Grayscale: #ABABAB. Windows color (decimal): -3432305 or 9412811. OLE color: 9412811.
HSL color Cylindrical-coordinate representation of color #CBA08F: hue angle of 17º 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 #CBA08F is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 143 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.20 |
| HSL | 17º | 0.37% | 0.68% | - |
| HSV(B) | 17º | 0.3% | 0.8% | - |
| XYZ | 42.16 | 39.82 | 31.45 | - |
| YUV | 170.92 | 112.25 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 143 | 0 | 0.21 | 0.30 | 0.20 | 17 | 0.37 | 0.68 |
| Hex | CB | A0 | 8F | 0 | 15 | 1E | 14 | 11 | 25 | 44 |
| Octal | 313 | 240 | 217 | 0 | 25 | 36 | 24 | 21 | 45 | 104 |
| Binary | 11001011 | 10100000 | 10001111 | 0 | 10101 | 11110 | 10100 | 10001 | 100101 | 1000100 |
Color Harmonies of #CBA08F
Complementary color
Monochromatic Colors of #CBA08F
Black with #CBA08F
Text Example
Text Example
White with #CBA08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA08F; }
p { color: rgb(203,160,143); }
H1.HeaderClassName
{
color: #CBA08F;
}
.AnyTagClassName
{
color: #CBA08F;
}
</style>
background-color css
<style>
a { background-color: #CBA08F; }
a { background-color: rgb(203,160,143); }
div.DivClassName
{
background-color: #CBA08F;
}
.BgClassName
{
background-color: #CBA08F;
}
</style>
border-color css
<style>
span { border-color: #CBA08F; }
span { border-color: rgb(203,160,143); }
td.TdClassName
{
border-color: #CBA08F;
}
.TagClassName
{
border-color: #CBA08F;
}
</style>