Shades of Cameo #CBA47A
Tints of Cameo #CBA47A
RGB
CMYK
RGB Variations
Color information
#CBA47A (or 0xCBA47A) is known color: Cameo. HEX triplet: CB, A4 and 7A. RGB value is (203,164,122). Sum of RGB (Red+Green+Blue) = 203+164+122=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA47A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA47A is #345B85. Grayscale: #ABABAB. Windows color (decimal): -3431302 or 8037579. OLE color: 8037579.
HSL color Cylindrical-coordinate representation of color #CBA47A: hue angle of 31.11º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBA47A is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 122 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.20 |
| HSL | 31.11º | 0.44% | 0.64% | - |
| HSV(B) | 31.11º | 0.4% | 0.8% | - |
| XYZ | 41.42 | 40.65 | 24.08 | - |
| YUV | 170.87 | 100.42 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 122 | 0 | 0.19 | 0.40 | 0.20 | 31.11 | 0.44 | 0.64 |
| Hex | CB | A4 | 7A | 0 | 13 | 28 | 14 | 1F | 2C | 40 |
| Octal | 313 | 244 | 172 | 0 | 23 | 50 | 24 | 37 | 54 | 100 |
| Binary | 11001011 | 10100100 | 1111010 | 0 | 10011 | 101000 | 10100 | 11111 | 101100 | 1000000 |
Color Harmonies of #CBA47A
Complementary color
Monochromatic Colors of #CBA47A
Black with #CBA47A
Text Example
Text Example
White with #CBA47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA47A; }
p { color: rgb(203,164,122); }
H1.HeaderClassName
{
color: #CBA47A;
}
.AnyTagClassName
{
color: #CBA47A;
}
</style>
background-color css
<style>
a { background-color: #CBA47A; }
a { background-color: rgb(203,164,122); }
div.DivClassName
{
background-color: #CBA47A;
}
.BgClassName
{
background-color: #CBA47A;
}
</style>
border-color css
<style>
span { border-color: #CBA47A; }
span { border-color: rgb(203,164,122); }
td.TdClassName
{
border-color: #CBA47A;
}
.TagClassName
{
border-color: #CBA47A;
}
</style>