Shades of Cameo #CBA17F
Tints of Cameo #CBA17F
RGB
CMYK
RGB Variations
Color information
#CBA17F (or 0xCBA17F) is known color: Cameo. HEX triplet: CB, A1 and 7F. RGB value is (203,161,127). Sum of RGB (Red+Green+Blue) = 203+161+127=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 127 (50% from 255 or 25.87% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA17F is #345E80. Grayscale: #A9A9A9. Windows color (decimal): -3432065 or 8364491. OLE color: 8364491.
HSL color Cylindrical-coordinate representation of color #CBA17F: hue angle of 26.84º 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 #CBA17F is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 127 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.20 |
| HSL | 26.84º | 0.42% | 0.65% | - |
| HSV(B) | 26.84º | 0.37% | 0.8% | - |
| XYZ | 41.2 | 39.72 | 25.57 | - |
| YUV | 169.68 | 103.91 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 127 | 0 | 0.21 | 0.37 | 0.20 | 26.84 | 0.42 | 0.65 |
| Hex | CB | A1 | 7F | 0 | 15 | 25 | 14 | 1B | 2A | 41 |
| Octal | 313 | 241 | 177 | 0 | 25 | 45 | 24 | 33 | 52 | 101 |
| Binary | 11001011 | 10100001 | 1111111 | 0 | 10101 | 100101 | 10100 | 11011 | 101010 | 1000001 |
Color Harmonies of #CBA17F
Complementary color
Monochromatic Colors of #CBA17F
Black with #CBA17F
Text Example
Text Example
White with #CBA17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA17F; }
p { color: rgb(203,161,127); }
H1.HeaderClassName
{
color: #CBA17F;
}
.AnyTagClassName
{
color: #CBA17F;
}
</style>
background-color css
<style>
a { background-color: #CBA17F; }
a { background-color: rgb(203,161,127); }
div.DivClassName
{
background-color: #CBA17F;
}
.BgClassName
{
background-color: #CBA17F;
}
</style>
border-color css
<style>
span { border-color: #CBA17F; }
span { border-color: rgb(203,161,127); }
td.TdClassName
{
border-color: #CBA17F;
}
.TagClassName
{
border-color: #CBA17F;
}
</style>