Shades of Cameo #CBA88F
Tints of Cameo #CBA88F
RGB
CMYK
RGB Variations
Color information
#CBA88F (or 0xCBA88F) is known color: Cameo. HEX triplet: CB, A8 and 8F. RGB value is (203,168,143). Sum of RGB (Red+Green+Blue) = 203+168+143=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 168 (66.02% from 255 or 32.68% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA88F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA88F is #345770. Grayscale: #AFAFAF. Windows color (decimal): -3430257 or 9414859. OLE color: 9414859.
HSL color Cylindrical-coordinate representation of color #CBA88F: hue angle of 25º 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 #CBA88F is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 143 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.20 |
| HSL | 25º | 0.37% | 0.68% | - |
| HSV(B) | 25º | 0.3% | 0.8% | - |
| XYZ | 43.59 | 42.68 | 31.93 | - |
| YUV | 175.62 | 109.6 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 143 | 0 | 0.17 | 0.30 | 0.20 | 25 | 0.37 | 0.68 |
| Hex | CB | A8 | 8F | 0 | 11 | 1E | 14 | 19 | 25 | 44 |
| Octal | 313 | 250 | 217 | 0 | 21 | 36 | 24 | 31 | 45 | 104 |
| Binary | 11001011 | 10101000 | 10001111 | 0 | 10001 | 11110 | 10100 | 11001 | 100101 | 1000100 |
Color Harmonies of #CBA88F
Complementary color
Monochromatic Colors of #CBA88F
Black with #CBA88F
Text Example
Text Example
White with #CBA88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA88F; }
p { color: rgb(203,168,143); }
H1.HeaderClassName
{
color: #CBA88F;
}
.AnyTagClassName
{
color: #CBA88F;
}
</style>
background-color css
<style>
a { background-color: #CBA88F; }
a { background-color: rgb(203,168,143); }
div.DivClassName
{
background-color: #CBA88F;
}
.BgClassName
{
background-color: #CBA88F;
}
</style>
border-color css
<style>
span { border-color: #CBA88F; }
span { border-color: rgb(203,168,143); }
td.TdClassName
{
border-color: #CBA88F;
}
.TagClassName
{
border-color: #CBA88F;
}
</style>