Shades of Rose #CBA18F
Tints of Rose #CBA18F
RGB
CMYK
RGB Variations
Color information
#CBA18F (or 0xCBA18F) is known color: Rose. HEX triplet: CB, A1 and 8F. RGB value is (203,161,143). Sum of RGB (Red+Green+Blue) = 203+161+143=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA18F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA18F is #345E70. Grayscale: #ABABAB. Windows color (decimal): -3432049 or 9413067. OLE color: 9413067.
HSL color Cylindrical-coordinate representation of color #CBA18F: hue angle of 18º 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 #CBA18F is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 143 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.20 |
| HSL | 18º | 0.37% | 0.68% | - |
| HSV(B) | 18º | 0.3% | 0.8% | - |
| XYZ | 42.33 | 40.17 | 31.51 | - |
| YUV | 171.51 | 111.91 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 143 | 0 | 0.21 | 0.30 | 0.20 | 18 | 0.37 | 0.68 |
| Hex | CB | A1 | 8F | 0 | 15 | 1E | 14 | 12 | 25 | 44 |
| Octal | 313 | 241 | 217 | 0 | 25 | 36 | 24 | 22 | 45 | 104 |
| Binary | 11001011 | 10100001 | 10001111 | 0 | 10101 | 11110 | 10100 | 10010 | 100101 | 1000100 |
Color Harmonies of #CBA18F
Complementary color
Monochromatic Colors of #CBA18F
Black with #CBA18F
Text Example
Text Example
White with #CBA18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA18F; }
p { color: rgb(203,161,143); }
H1.HeaderClassName
{
color: #CBA18F;
}
.AnyTagClassName
{
color: #CBA18F;
}
</style>
background-color css
<style>
a { background-color: #CBA18F; }
a { background-color: rgb(203,161,143); }
div.DivClassName
{
background-color: #CBA18F;
}
.BgClassName
{
background-color: #CBA18F;
}
</style>
border-color css
<style>
span { border-color: #CBA18F; }
span { border-color: rgb(203,161,143); }
td.TdClassName
{
border-color: #CBA18F;
}
.TagClassName
{
border-color: #CBA18F;
}
</style>