Shades of Cameo #CBA484
Tints of Cameo #CBA484
RGB
CMYK
RGB Variations
Color information
#CBA484 (or 0xCBA484) is known color: Cameo. HEX triplet: CB, A4 and 84. RGB value is (203,164,132). Sum of RGB (Red+Green+Blue) = 203+164+132=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 164 (64.45% from 255 or 32.87% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA484 is #345B7B. Grayscale: #ACACAC. Windows color (decimal): -3431292 or 8692939. OLE color: 8692939.
HSL color Cylindrical-coordinate representation of color #CBA484: hue angle of 27.04º 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 #CBA484 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 132 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.20 |
| HSL | 27.04º | 0.41% | 0.66% | - |
| HSV(B) | 27.04º | 0.35% | 0.8% | - |
| XYZ | 42.07 | 40.91 | 27.51 | - |
| YUV | 172.01 | 105.42 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 132 | 0 | 0.19 | 0.35 | 0.20 | 27.04 | 0.41 | 0.66 |
| Hex | CB | A4 | 84 | 0 | 13 | 23 | 14 | 1B | 29 | 42 |
| Octal | 313 | 244 | 204 | 0 | 23 | 43 | 24 | 33 | 51 | 102 |
| Binary | 11001011 | 10100100 | 10000100 | 0 | 10011 | 100011 | 10100 | 11011 | 101001 | 1000010 |
Color Harmonies of #CBA484
Complementary color
Monochromatic Colors of #CBA484
Black with #CBA484
Text Example
Text Example
White with #CBA484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA484; }
p { color: rgb(203,164,132); }
H1.HeaderClassName
{
color: #CBA484;
}
.AnyTagClassName
{
color: #CBA484;
}
</style>
background-color css
<style>
a { background-color: #CBA484; }
a { background-color: rgb(203,164,132); }
div.DivClassName
{
background-color: #CBA484;
}
.BgClassName
{
background-color: #CBA484;
}
</style>
border-color css
<style>
span { border-color: #CBA484; }
span { border-color: rgb(203,164,132); }
td.TdClassName
{
border-color: #CBA484;
}
.TagClassName
{
border-color: #CBA484;
}
</style>