Shades of Cameo #CBA888
Tints of Cameo #CBA888
RGB
CMYK
RGB Variations
Color information
#CBA888 (or 0xCBA888) is known color: Cameo. HEX triplet: CB, A8 and 88. RGB value is (203,168,136). Sum of RGB (Red+Green+Blue) = 203+168+136=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA888 is #345777. Grayscale: #AEAEAE. Windows color (decimal): -3430264 or 8956107. OLE color: 8956107.
HSL color Cylindrical-coordinate representation of color #CBA888: hue angle of 28.66º degrees, saturation: 0.39, 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 #CBA888 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 136 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.20 |
| HSL | 28.66º | 0.39% | 0.66% | - |
| HSV(B) | 28.66º | 0.33% | 0.8% | - |
| XYZ | 43.08 | 42.48 | 29.22 | - |
| YUV | 174.82 | 106.1 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 136 | 0 | 0.17 | 0.33 | 0.20 | 28.66 | 0.39 | 0.66 |
| Hex | CB | A8 | 88 | 0 | 11 | 21 | 14 | 1D | 27 | 42 |
| Octal | 313 | 250 | 210 | 0 | 21 | 41 | 24 | 35 | 47 | 102 |
| Binary | 11001011 | 10101000 | 10001000 | 0 | 10001 | 100001 | 10100 | 11101 | 100111 | 1000010 |
Color Harmonies of #CBA888
Complementary color
Monochromatic Colors of #CBA888
Black with #CBA888
Text Example
Text Example
White with #CBA888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA888; }
p { color: rgb(203,168,136); }
H1.HeaderClassName
{
color: #CBA888;
}
.AnyTagClassName
{
color: #CBA888;
}
</style>
background-color css
<style>
a { background-color: #CBA888; }
a { background-color: rgb(203,168,136); }
div.DivClassName
{
background-color: #CBA888;
}
.BgClassName
{
background-color: #CBA888;
}
</style>
border-color css
<style>
span { border-color: #CBA888; }
span { border-color: rgb(203,168,136); }
td.TdClassName
{
border-color: #CBA888;
}
.TagClassName
{
border-color: #CBA888;
}
</style>