Shades of Cameo #CBA485
Tints of Cameo #CBA485
RGB
CMYK
RGB Variations
Color information
#CBA485 (or 0xCBA485) is known color: Cameo. HEX triplet: CB, A4 and 85. RGB value is (203,164,133). Sum of RGB (Red+Green+Blue) = 203+164+133=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 164 (64.45% from 255 or 32.8% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA485 is #345B7A. Grayscale: #ACACAC. Windows color (decimal): -3431291 or 8758475. OLE color: 8758475.
HSL color Cylindrical-coordinate representation of color #CBA485: hue angle of 26.57º 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 #CBA485 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 133 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.20 |
| HSL | 26.57º | 0.4% | 0.66% | - |
| HSV(B) | 26.57º | 0.34% | 0.8% | - |
| XYZ | 42.14 | 40.94 | 27.87 | - |
| YUV | 172.13 | 105.92 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 133 | 0 | 0.19 | 0.34 | 0.20 | 26.57 | 0.4 | 0.66 |
| Hex | CB | A4 | 85 | 0 | 13 | 22 | 14 | 1B | 28 | 42 |
| Octal | 313 | 244 | 205 | 0 | 23 | 42 | 24 | 33 | 50 | 102 |
| Binary | 11001011 | 10100100 | 10000101 | 0 | 10011 | 100010 | 10100 | 11011 | 101000 | 1000010 |
Color Harmonies of #CBA485
Complementary color
Monochromatic Colors of #CBA485
Black with #CBA485
Text Example
Text Example
White with #CBA485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA485; }
p { color: rgb(203,164,133); }
H1.HeaderClassName
{
color: #CBA485;
}
.AnyTagClassName
{
color: #CBA485;
}
</style>
background-color css
<style>
a { background-color: #CBA485; }
a { background-color: rgb(203,164,133); }
div.DivClassName
{
background-color: #CBA485;
}
.BgClassName
{
background-color: #CBA485;
}
</style>
border-color css
<style>
span { border-color: #CBA485; }
span { border-color: rgb(203,164,133); }
td.TdClassName
{
border-color: #CBA485;
}
.TagClassName
{
border-color: #CBA485;
}
</style>