Shades of Cameo #CBA188
Tints of Cameo #CBA188
RGB
CMYK
RGB Variations
Color information
#CBA188 (or 0xCBA188) is known color: Cameo. HEX triplet: CB, A1 and 88. RGB value is (203,161,136). Sum of RGB (Red+Green+Blue) = 203+161+136=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA188 is #345E77. Grayscale: #AAAAAA. Windows color (decimal): -3432056 or 8954315. OLE color: 8954315.
HSL color Cylindrical-coordinate representation of color #CBA188: hue angle of 22.39º 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 #CBA188 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 136 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.20 |
| HSL | 22.39º | 0.39% | 0.66% | - |
| HSV(B) | 22.39º | 0.33% | 0.8% | - |
| XYZ | 41.82 | 39.96 | 28.8 | - |
| YUV | 170.71 | 108.41 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 136 | 0 | 0.21 | 0.33 | 0.20 | 22.39 | 0.39 | 0.66 |
| Hex | CB | A1 | 88 | 0 | 15 | 21 | 14 | 16 | 27 | 42 |
| Octal | 313 | 241 | 210 | 0 | 25 | 41 | 24 | 26 | 47 | 102 |
| Binary | 11001011 | 10100001 | 10001000 | 0 | 10101 | 100001 | 10100 | 10110 | 100111 | 1000010 |
Color Harmonies of #CBA188
Complementary color
Monochromatic Colors of #CBA188
Black with #CBA188
Text Example
Text Example
White with #CBA188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA188; }
p { color: rgb(203,161,136); }
H1.HeaderClassName
{
color: #CBA188;
}
.AnyTagClassName
{
color: #CBA188;
}
</style>
background-color css
<style>
a { background-color: #CBA188; }
a { background-color: rgb(203,161,136); }
div.DivClassName
{
background-color: #CBA188;
}
.BgClassName
{
background-color: #CBA188;
}
</style>
border-color css
<style>
span { border-color: #CBA188; }
span { border-color: rgb(203,161,136); }
td.TdClassName
{
border-color: #CBA188;
}
.TagClassName
{
border-color: #CBA188;
}
</style>