Shades of Cameo #CBA685
Tints of Cameo #CBA685
RGB
CMYK
RGB Variations
Color information
#CBA685 (or 0xCBA685) is known color: Cameo. HEX triplet: CB, A6 and 85. RGB value is (203,166,133). Sum of RGB (Red+Green+Blue) = 203+166+133=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA685 is #34597A. Grayscale: #ADADAD. Windows color (decimal): -3430779 or 8758987. OLE color: 8758987.
HSL color Cylindrical-coordinate representation of color #CBA685: hue angle of 28.29º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBA685 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 133 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.20 |
| HSL | 28.29º | 0.4% | 0.66% | - |
| HSV(B) | 28.29º | 0.34% | 0.8% | - |
| XYZ | 42.5 | 41.66 | 27.99 | - |
| YUV | 173.3 | 105.26 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 133 | 0 | 0.18 | 0.34 | 0.20 | 28.29 | 0.4 | 0.66 |
| Hex | CB | A6 | 85 | 0 | 12 | 22 | 14 | 1C | 28 | 42 |
| Octal | 313 | 246 | 205 | 0 | 22 | 42 | 24 | 34 | 50 | 102 |
| Binary | 11001011 | 10100110 | 10000101 | 0 | 10010 | 100010 | 10100 | 11100 | 101000 | 1000010 |
Color Harmonies of #CBA685
Complementary color
Monochromatic Colors of #CBA685
Black with #CBA685
Text Example
Text Example
White with #CBA685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA685; }
p { color: rgb(203,166,133); }
H1.HeaderClassName
{
color: #CBA685;
}
.AnyTagClassName
{
color: #CBA685;
}
</style>
background-color css
<style>
a { background-color: #CBA685; }
a { background-color: rgb(203,166,133); }
div.DivClassName
{
background-color: #CBA685;
}
.BgClassName
{
background-color: #CBA685;
}
</style>
border-color css
<style>
span { border-color: #CBA685; }
span { border-color: rgb(203,166,133); }
td.TdClassName
{
border-color: #CBA685;
}
.TagClassName
{
border-color: #CBA685;
}
</style>