Shades of Cameo #CBA688
Tints of Cameo #CBA688
RGB
CMYK
RGB Variations
Color information
#CBA688 (or 0xCBA688) is known color: Cameo. HEX triplet: CB, A6 and 88. RGB value is (203,166,136). Sum of RGB (Red+Green+Blue) = 203+166+136=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 166 (65.23% from 255 or 32.87% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA688 is #345977. Grayscale: #ADADAD. Windows color (decimal): -3430776 or 8955595. OLE color: 8955595.
HSL color Cylindrical-coordinate representation of color #CBA688: hue angle of 26.87º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBA688 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 136 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.20 |
| HSL | 26.87º | 0.39% | 0.66% | - |
| HSV(B) | 26.87º | 0.33% | 0.8% | - |
| XYZ | 42.71 | 41.75 | 29.1 | - |
| YUV | 173.64 | 106.76 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 136 | 0 | 0.18 | 0.33 | 0.20 | 26.87 | 0.39 | 0.66 |
| Hex | CB | A6 | 88 | 0 | 12 | 21 | 14 | 1B | 27 | 42 |
| Octal | 313 | 246 | 210 | 0 | 22 | 41 | 24 | 33 | 47 | 102 |
| Binary | 11001011 | 10100110 | 10001000 | 0 | 10010 | 100001 | 10100 | 11011 | 100111 | 1000010 |
Color Harmonies of #CBA688
Complementary color
Monochromatic Colors of #CBA688
Black with #CBA688
Text Example
Text Example
White with #CBA688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA688; }
p { color: rgb(203,166,136); }
H1.HeaderClassName
{
color: #CBA688;
}
.AnyTagClassName
{
color: #CBA688;
}
</style>
background-color css
<style>
a { background-color: #CBA688; }
a { background-color: rgb(203,166,136); }
div.DivClassName
{
background-color: #CBA688;
}
.BgClassName
{
background-color: #CBA688;
}
</style>
border-color css
<style>
span { border-color: #CBA688; }
span { border-color: rgb(203,166,136); }
td.TdClassName
{
border-color: #CBA688;
}
.TagClassName
{
border-color: #CBA688;
}
</style>