Shades of Cameo #CBAB84
Tints of Cameo #CBAB84
RGB
CMYK
RGB Variations
Color information
#CBAB84 (or 0xCBAB84) is known color: Cameo. HEX triplet: CB, AB and 84. RGB value is (203,171,132). Sum of RGB (Red+Green+Blue) = 203+171+132=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 132 (51.95% from 255 or 26.09% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAB84 is #34547B. Grayscale: #B0B0B0. Windows color (decimal): -3429500 or 8694731. OLE color: 8694731.
HSL color Cylindrical-coordinate representation of color #CBAB84: hue angle of 32.96º 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 #CBAB84 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 132 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.20 |
| HSL | 32.96º | 0.41% | 0.66% | - |
| HSV(B) | 32.96º | 0.35% | 0.8% | - |
| XYZ | 43.36 | 43.49 | 27.94 | - |
| YUV | 176.12 | 103.1 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 132 | 0 | 0.16 | 0.35 | 0.20 | 32.96 | 0.41 | 0.66 |
| Hex | CB | AB | 84 | 0 | 10 | 23 | 14 | 21 | 29 | 42 |
| Octal | 313 | 253 | 204 | 0 | 20 | 43 | 24 | 41 | 51 | 102 |
| Binary | 11001011 | 10101011 | 10000100 | 0 | 10000 | 100011 | 10100 | 100001 | 101001 | 1000010 |
Color Harmonies of #CBAB84
Complementary color
Monochromatic Colors of #CBAB84
Black with #CBAB84
Text Example
Text Example
White with #CBAB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB84; }
p { color: rgb(203,171,132); }
H1.HeaderClassName
{
color: #CBAB84;
}
.AnyTagClassName
{
color: #CBAB84;
}
</style>
background-color css
<style>
a { background-color: #CBAB84; }
a { background-color: rgb(203,171,132); }
div.DivClassName
{
background-color: #CBAB84;
}
.BgClassName
{
background-color: #CBAB84;
}
</style>
border-color css
<style>
span { border-color: #CBAB84; }
span { border-color: rgb(203,171,132); }
td.TdClassName
{
border-color: #CBAB84;
}
.TagClassName
{
border-color: #CBAB84;
}
</style>