Shades of Cameo #CBA07F
Tints of Cameo #CBA07F
RGB
CMYK
RGB Variations
Color information
#CBA07F (or 0xCBA07F) is known color: Cameo. HEX triplet: CB, A0 and 7F. RGB value is (203,160,127). Sum of RGB (Red+Green+Blue) = 203+160+127=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA07F is #345F80. Grayscale: #A9A9A9. Windows color (decimal): -3432321 or 8364235. OLE color: 8364235.
HSL color Cylindrical-coordinate representation of color #CBA07F: hue angle of 26.05º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBA07F is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 127 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.20 |
| HSL | 26.05º | 0.42% | 0.65% | - |
| HSV(B) | 26.05º | 0.37% | 0.8% | - |
| XYZ | 41.03 | 39.37 | 25.52 | - |
| YUV | 169.1 | 104.25 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 127 | 0 | 0.21 | 0.37 | 0.20 | 26.05 | 0.42 | 0.65 |
| Hex | CB | A0 | 7F | 0 | 15 | 25 | 14 | 1A | 2A | 41 |
| Octal | 313 | 240 | 177 | 0 | 25 | 45 | 24 | 32 | 52 | 101 |
| Binary | 11001011 | 10100000 | 1111111 | 0 | 10101 | 100101 | 10100 | 11010 | 101010 | 1000001 |
Color Harmonies of #CBA07F
Complementary color
Monochromatic Colors of #CBA07F
Black with #CBA07F
Text Example
Text Example
White with #CBA07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA07F; }
p { color: rgb(203,160,127); }
H1.HeaderClassName
{
color: #CBA07F;
}
.AnyTagClassName
{
color: #CBA07F;
}
</style>
background-color css
<style>
a { background-color: #CBA07F; }
a { background-color: rgb(203,160,127); }
div.DivClassName
{
background-color: #CBA07F;
}
.BgClassName
{
background-color: #CBA07F;
}
</style>
border-color css
<style>
span { border-color: #CBA07F; }
span { border-color: rgb(203,160,127); }
td.TdClassName
{
border-color: #CBA07F;
}
.TagClassName
{
border-color: #CBA07F;
}
</style>