Shades of Cameo #CBA98F
Tints of Cameo #CBA98F
RGB
CMYK
RGB Variations
Color information
#CBA98F (or 0xCBA98F) is known color: Cameo. HEX triplet: CB, A9 and 8F. RGB value is (203,169,143). Sum of RGB (Red+Green+Blue) = 203+169+143=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 169 (66.41% from 255 or 32.82% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA98F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA98F is #345670. Grayscale: #B0B0B0. Windows color (decimal): -3430001 or 9415115. OLE color: 9415115.
HSL color Cylindrical-coordinate representation of color #CBA98F: hue angle of 26º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBA98F is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 143 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.20 |
| HSL | 26º | 0.37% | 0.68% | - |
| HSV(B) | 26º | 0.3% | 0.8% | - |
| XYZ | 43.77 | 43.06 | 31.99 | - |
| YUV | 176.2 | 109.26 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 143 | 0 | 0.17 | 0.30 | 0.20 | 26 | 0.37 | 0.68 |
| Hex | CB | A9 | 8F | 0 | 11 | 1E | 14 | 1A | 25 | 44 |
| Octal | 313 | 251 | 217 | 0 | 21 | 36 | 24 | 32 | 45 | 104 |
| Binary | 11001011 | 10101001 | 10001111 | 0 | 10001 | 11110 | 10100 | 11010 | 100101 | 1000100 |
Color Harmonies of #CBA98F
Complementary color
Monochromatic Colors of #CBA98F
Black with #CBA98F
Text Example
Text Example
White with #CBA98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA98F; }
p { color: rgb(203,169,143); }
H1.HeaderClassName
{
color: #CBA98F;
}
.AnyTagClassName
{
color: #CBA98F;
}
</style>
background-color css
<style>
a { background-color: #CBA98F; }
a { background-color: rgb(203,169,143); }
div.DivClassName
{
background-color: #CBA98F;
}
.BgClassName
{
background-color: #CBA98F;
}
</style>
border-color css
<style>
span { border-color: #CBA98F; }
span { border-color: rgb(203,169,143); }
td.TdClassName
{
border-color: #CBA98F;
}
.TagClassName
{
border-color: #CBA98F;
}
</style>