Shades of Cameo #CBA481
Tints of Cameo #CBA481
RGB
CMYK
RGB Variations
Color information
#CBA481 (or 0xCBA481) is known color: Cameo. HEX triplet: CB, A4 and 81. RGB value is (203,164,129). Sum of RGB (Red+Green+Blue) = 203+164+129=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 164 (64.45% from 255 or 33.06% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA481 is #345B7E. Grayscale: #ABABAB. Windows color (decimal): -3431295 or 8496331. OLE color: 8496331.
HSL color Cylindrical-coordinate representation of color #CBA481: hue angle of 28.38º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CBA481 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 129 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.20 |
| HSL | 28.38º | 0.42% | 0.65% | - |
| HSV(B) | 28.38º | 0.36% | 0.8% | - |
| XYZ | 41.87 | 40.83 | 26.44 | - |
| YUV | 171.67 | 103.92 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 129 | 0 | 0.19 | 0.36 | 0.20 | 28.38 | 0.42 | 0.65 |
| Hex | CB | A4 | 81 | 0 | 13 | 24 | 14 | 1C | 2A | 41 |
| Octal | 313 | 244 | 201 | 0 | 23 | 44 | 24 | 34 | 52 | 101 |
| Binary | 11001011 | 10100100 | 10000001 | 0 | 10011 | 100100 | 10100 | 11100 | 101010 | 1000001 |
Color Harmonies of #CBA481
Complementary color
Monochromatic Colors of #CBA481
Black with #CBA481
Text Example
Text Example
White with #CBA481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA481; }
p { color: rgb(203,164,129); }
H1.HeaderClassName
{
color: #CBA481;
}
.AnyTagClassName
{
color: #CBA481;
}
</style>
background-color css
<style>
a { background-color: #CBA481; }
a { background-color: rgb(203,164,129); }
div.DivClassName
{
background-color: #CBA481;
}
.BgClassName
{
background-color: #CBA481;
}
</style>
border-color css
<style>
span { border-color: #CBA481; }
span { border-color: rgb(203,164,129); }
td.TdClassName
{
border-color: #CBA481;
}
.TagClassName
{
border-color: #CBA481;
}
</style>