Shades of Cameo #CBA88C
Tints of Cameo #CBA88C
RGB
CMYK
RGB Variations
Color information
#CBA88C (or 0xCBA88C) is known color: Cameo. HEX triplet: CB, A8 and 8C. RGB value is (203,168,140). Sum of RGB (Red+Green+Blue) = 203+168+140=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 168 (66.02% from 255 or 32.88% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA88C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA88C is #345773. Grayscale: #AFAFAF. Windows color (decimal): -3430260 or 9218251. OLE color: 9218251.
HSL color Cylindrical-coordinate representation of color #CBA88C: hue angle of 26.67º 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 #CBA88C is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 140 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.20 |
| HSL | 26.67º | 0.38% | 0.67% | - |
| HSV(B) | 26.67º | 0.31% | 0.8% | - |
| XYZ | 43.36 | 42.6 | 30.75 | - |
| YUV | 175.27 | 108.1 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 140 | 0 | 0.17 | 0.31 | 0.20 | 26.67 | 0.38 | 0.67 |
| Hex | CB | A8 | 8C | 0 | 11 | 1F | 14 | 1B | 26 | 43 |
| Octal | 313 | 250 | 214 | 0 | 21 | 37 | 24 | 33 | 46 | 103 |
| Binary | 11001011 | 10101000 | 10001100 | 0 | 10001 | 11111 | 10100 | 11011 | 100110 | 1000011 |
Color Harmonies of #CBA88C
Complementary color
Monochromatic Colors of #CBA88C
Black with #CBA88C
Text Example
Text Example
White with #CBA88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA88C; }
p { color: rgb(203,168,140); }
H1.HeaderClassName
{
color: #CBA88C;
}
.AnyTagClassName
{
color: #CBA88C;
}
</style>
background-color css
<style>
a { background-color: #CBA88C; }
a { background-color: rgb(203,168,140); }
div.DivClassName
{
background-color: #CBA88C;
}
.BgClassName
{
background-color: #CBA88C;
}
</style>
border-color css
<style>
span { border-color: #CBA88C; }
span { border-color: rgb(203,168,140); }
td.TdClassName
{
border-color: #CBA88C;
}
.TagClassName
{
border-color: #CBA88C;
}
</style>