Shades of Cameo #CBA684
Tints of Cameo #CBA684
RGB
CMYK
RGB Variations
Color information
#CBA684 (or 0xCBA684) is known color: Cameo. HEX triplet: CB, A6 and 84. RGB value is (203,166,132). Sum of RGB (Red+Green+Blue) = 203+166+132=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA684 is #34597B. Grayscale: #ADADAD. Windows color (decimal): -3430780 or 8693451. OLE color: 8693451.
HSL color Cylindrical-coordinate representation of color #CBA684: hue angle of 28.73º 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 #CBA684 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 132 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.20 |
| HSL | 28.73º | 0.41% | 0.66% | - |
| HSV(B) | 28.73º | 0.35% | 0.8% | - |
| XYZ | 42.43 | 41.63 | 27.63 | - |
| YUV | 173.19 | 104.76 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 132 | 0 | 0.18 | 0.35 | 0.20 | 28.73 | 0.41 | 0.66 |
| Hex | CB | A6 | 84 | 0 | 12 | 23 | 14 | 1D | 29 | 42 |
| Octal | 313 | 246 | 204 | 0 | 22 | 43 | 24 | 35 | 51 | 102 |
| Binary | 11001011 | 10100110 | 10000100 | 0 | 10010 | 100011 | 10100 | 11101 | 101001 | 1000010 |
Color Harmonies of #CBA684
Complementary color
Monochromatic Colors of #CBA684
Black with #CBA684
Text Example
Text Example
White with #CBA684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA684; }
p { color: rgb(203,166,132); }
H1.HeaderClassName
{
color: #CBA684;
}
.AnyTagClassName
{
color: #CBA684;
}
</style>
background-color css
<style>
a { background-color: #CBA684; }
a { background-color: rgb(203,166,132); }
div.DivClassName
{
background-color: #CBA684;
}
.BgClassName
{
background-color: #CBA684;
}
</style>
border-color css
<style>
span { border-color: #CBA684; }
span { border-color: rgb(203,166,132); }
td.TdClassName
{
border-color: #CBA684;
}
.TagClassName
{
border-color: #CBA684;
}
</style>