Shades of Cameo #CBA48C
Tints of Cameo #CBA48C
RGB
CMYK
RGB Variations
Color information
#CBA48C (or 0xCBA48C) is known color: Cameo. HEX triplet: CB, A4 and 8C. RGB value is (203,164,140). Sum of RGB (Red+Green+Blue) = 203+164+140=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 164 (64.45% from 255 or 32.35% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA48C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA48C is #345B73. Grayscale: #ADADAD. Windows color (decimal): -3431284 or 9217227. OLE color: 9217227.
HSL color Cylindrical-coordinate representation of color #CBA48C: hue angle of 22.86º 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 #CBA48C is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 140 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.20 |
| HSL | 22.86º | 0.38% | 0.67% | - |
| HSV(B) | 22.86º | 0.31% | 0.8% | - |
| XYZ | 42.64 | 41.14 | 30.5 | - |
| YUV | 172.93 | 109.42 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 140 | 0 | 0.19 | 0.31 | 0.20 | 22.86 | 0.38 | 0.67 |
| Hex | CB | A4 | 8C | 0 | 13 | 1F | 14 | 17 | 26 | 43 |
| Octal | 313 | 244 | 214 | 0 | 23 | 37 | 24 | 27 | 46 | 103 |
| Binary | 11001011 | 10100100 | 10001100 | 0 | 10011 | 11111 | 10100 | 10111 | 100110 | 1000011 |
Color Harmonies of #CBA48C
Complementary color
Monochromatic Colors of #CBA48C
Black with #CBA48C
Text Example
Text Example
White with #CBA48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA48C; }
p { color: rgb(203,164,140); }
H1.HeaderClassName
{
color: #CBA48C;
}
.AnyTagClassName
{
color: #CBA48C;
}
</style>
background-color css
<style>
a { background-color: #CBA48C; }
a { background-color: rgb(203,164,140); }
div.DivClassName
{
background-color: #CBA48C;
}
.BgClassName
{
background-color: #CBA48C;
}
</style>
border-color css
<style>
span { border-color: #CBA48C; }
span { border-color: rgb(203,164,140); }
td.TdClassName
{
border-color: #CBA48C;
}
.TagClassName
{
border-color: #CBA48C;
}
</style>