Shades of Cameo #CBA68C
Tints of Cameo #CBA68C
RGB
CMYK
RGB Variations
Color information
#CBA68C (or 0xCBA68C) is known color: Cameo. HEX triplet: CB, A6 and 8C. RGB value is (203,166,140). Sum of RGB (Red+Green+Blue) = 203+166+140=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA68C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA68C is #345973. Grayscale: #AEAEAE. Windows color (decimal): -3430772 or 9217739. OLE color: 9217739.
HSL color Cylindrical-coordinate representation of color #CBA68C: hue angle of 24.76º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBA68C is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 140 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.20 |
| HSL | 24.76º | 0.38% | 0.67% | - |
| HSV(B) | 24.76º | 0.31% | 0.8% | - |
| XYZ | 43 | 41.86 | 30.62 | - |
| YUV | 174.1 | 108.76 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 140 | 0 | 0.18 | 0.31 | 0.20 | 24.76 | 0.38 | 0.67 |
| Hex | CB | A6 | 8C | 0 | 12 | 1F | 14 | 19 | 26 | 43 |
| Octal | 313 | 246 | 214 | 0 | 22 | 37 | 24 | 31 | 46 | 103 |
| Binary | 11001011 | 10100110 | 10001100 | 0 | 10010 | 11111 | 10100 | 11001 | 100110 | 1000011 |
Color Harmonies of #CBA68C
Complementary color
Monochromatic Colors of #CBA68C
Black with #CBA68C
Text Example
Text Example
White with #CBA68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA68C; }
p { color: rgb(203,166,140); }
H1.HeaderClassName
{
color: #CBA68C;
}
.AnyTagClassName
{
color: #CBA68C;
}
</style>
background-color css
<style>
a { background-color: #CBA68C; }
a { background-color: rgb(203,166,140); }
div.DivClassName
{
background-color: #CBA68C;
}
.BgClassName
{
background-color: #CBA68C;
}
</style>
border-color css
<style>
span { border-color: #CBA68C; }
span { border-color: rgb(203,166,140); }
td.TdClassName
{
border-color: #CBA68C;
}
.TagClassName
{
border-color: #CBA68C;
}
</style>