Shades of Cameo #CBA184
Tints of Cameo #CBA184
RGB
CMYK
RGB Variations
Color information
#CBA184 (or 0xCBA184) is known color: Cameo. HEX triplet: CB, A1 and 84. RGB value is (203,161,132). Sum of RGB (Red+Green+Blue) = 203+161+132=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 132 (51.95% from 255 or 26.61% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA184 is #345E7B. Grayscale: #AAAAAA. Windows color (decimal): -3432060 or 8692171. OLE color: 8692171.
HSL color Cylindrical-coordinate representation of color #CBA184: hue angle of 24.51º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBA184 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 132 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.20 |
| HSL | 24.51º | 0.41% | 0.66% | - |
| HSV(B) | 24.51º | 0.35% | 0.8% | - |
| XYZ | 41.54 | 39.85 | 27.33 | - |
| YUV | 170.25 | 106.41 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 132 | 0 | 0.21 | 0.35 | 0.20 | 24.51 | 0.41 | 0.66 |
| Hex | CB | A1 | 84 | 0 | 15 | 23 | 14 | 19 | 29 | 42 |
| Octal | 313 | 241 | 204 | 0 | 25 | 43 | 24 | 31 | 51 | 102 |
| Binary | 11001011 | 10100001 | 10000100 | 0 | 10101 | 100011 | 10100 | 11001 | 101001 | 1000010 |
Color Harmonies of #CBA184
Complementary color
Monochromatic Colors of #CBA184
Black with #CBA184
Text Example
Text Example
White with #CBA184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA184; }
p { color: rgb(203,161,132); }
H1.HeaderClassName
{
color: #CBA184;
}
.AnyTagClassName
{
color: #CBA184;
}
</style>
background-color css
<style>
a { background-color: #CBA184; }
a { background-color: rgb(203,161,132); }
div.DivClassName
{
background-color: #CBA184;
}
.BgClassName
{
background-color: #CBA184;
}
</style>
border-color css
<style>
span { border-color: #CBA184; }
span { border-color: rgb(203,161,132); }
td.TdClassName
{
border-color: #CBA184;
}
.TagClassName
{
border-color: #CBA184;
}
</style>