Shades of Cameo #CBA487
Tints of Cameo #CBA487
RGB
CMYK
RGB Variations
Color information
#CBA487 (or 0xCBA487) is known color: Cameo. HEX triplet: CB, A4 and 87. RGB value is (203,164,135). Sum of RGB (Red+Green+Blue) = 203+164+135=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 135 (53.12% from 255 or 26.89% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA487 is #345B78. Grayscale: #ACACAC. Windows color (decimal): -3431289 or 8889547. OLE color: 8889547.
HSL color Cylindrical-coordinate representation of color #CBA487: hue angle of 25.59º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBA487 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 135 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.20 |
| HSL | 25.59º | 0.4% | 0.66% | - |
| HSV(B) | 25.59º | 0.33% | 0.8% | - |
| XYZ | 42.28 | 41 | 28.61 | - |
| YUV | 172.36 | 106.92 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 135 | 0 | 0.19 | 0.33 | 0.20 | 25.59 | 0.4 | 0.66 |
| Hex | CB | A4 | 87 | 0 | 13 | 21 | 14 | 1A | 28 | 42 |
| Octal | 313 | 244 | 207 | 0 | 23 | 41 | 24 | 32 | 50 | 102 |
| Binary | 11001011 | 10100100 | 10000111 | 0 | 10011 | 100001 | 10100 | 11010 | 101000 | 1000010 |
Color Harmonies of #CBA487
Complementary color
Monochromatic Colors of #CBA487
Black with #CBA487
Text Example
Text Example
White with #CBA487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA487; }
p { color: rgb(203,164,135); }
H1.HeaderClassName
{
color: #CBA487;
}
.AnyTagClassName
{
color: #CBA487;
}
</style>
background-color css
<style>
a { background-color: #CBA487; }
a { background-color: rgb(203,164,135); }
div.DivClassName
{
background-color: #CBA487;
}
.BgClassName
{
background-color: #CBA487;
}
</style>
border-color css
<style>
span { border-color: #CBA487; }
span { border-color: rgb(203,164,135); }
td.TdClassName
{
border-color: #CBA487;
}
.TagClassName
{
border-color: #CBA487;
}
</style>