Shades of Cameo #CBA185
Tints of Cameo #CBA185
RGB
CMYK
RGB Variations
Color information
#CBA185 (or 0xCBA185) is known color: Cameo. HEX triplet: CB, A1 and 85. RGB value is (203,161,133). Sum of RGB (Red+Green+Blue) = 203+161+133=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA185 is #345E7A. Grayscale: #AAAAAA. Windows color (decimal): -3432059 or 8757707. OLE color: 8757707.
HSL color Cylindrical-coordinate representation of color #CBA185: hue angle of 24º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBA185 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 133 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.20 |
| HSL | 24º | 0.4% | 0.66% | - |
| HSV(B) | 24º | 0.34% | 0.8% | - |
| XYZ | 41.61 | 39.88 | 27.69 | - |
| YUV | 170.37 | 106.91 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 133 | 0 | 0.21 | 0.34 | 0.20 | 24 | 0.4 | 0.66 |
| Hex | CB | A1 | 85 | 0 | 15 | 22 | 14 | 18 | 28 | 42 |
| Octal | 313 | 241 | 205 | 0 | 25 | 42 | 24 | 30 | 50 | 102 |
| Binary | 11001011 | 10100001 | 10000101 | 0 | 10101 | 100010 | 10100 | 11000 | 101000 | 1000010 |
Color Harmonies of #CBA185
Complementary color
Monochromatic Colors of #CBA185
Black with #CBA185
Text Example
Text Example
White with #CBA185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA185; }
p { color: rgb(203,161,133); }
H1.HeaderClassName
{
color: #CBA185;
}
.AnyTagClassName
{
color: #CBA185;
}
</style>
background-color css
<style>
a { background-color: #CBA185; }
a { background-color: rgb(203,161,133); }
div.DivClassName
{
background-color: #CBA185;
}
.BgClassName
{
background-color: #CBA185;
}
</style>
border-color css
<style>
span { border-color: #CBA185; }
span { border-color: rgb(203,161,133); }
td.TdClassName
{
border-color: #CBA185;
}
.TagClassName
{
border-color: #CBA185;
}
</style>