Shades of Cameo #CBA48B
Tints of Cameo #CBA48B
RGB
CMYK
RGB Variations
Color information
#CBA48B (or 0xCBA48B) is known color: Cameo. HEX triplet: CB, A4 and 8B. RGB value is (203,164,139). Sum of RGB (Red+Green+Blue) = 203+164+139=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA48B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA48B is #345B74. Grayscale: #ACACAC. Windows color (decimal): -3431285 or 9151691. OLE color: 9151691.
HSL color Cylindrical-coordinate representation of color #CBA48B: hue angle of 23.44º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBA48B is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 139 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.20 |
| HSL | 23.44º | 0.38% | 0.67% | - |
| HSV(B) | 23.44º | 0.32% | 0.8% | - |
| XYZ | 42.56 | 41.11 | 30.12 | - |
| YUV | 172.81 | 108.92 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 139 | 0 | 0.19 | 0.32 | 0.20 | 23.44 | 0.38 | 0.67 |
| Hex | CB | A4 | 8B | 0 | 13 | 20 | 14 | 17 | 26 | 43 |
| Octal | 313 | 244 | 213 | 0 | 23 | 40 | 24 | 27 | 46 | 103 |
| Binary | 11001011 | 10100100 | 10001011 | 0 | 10011 | 100000 | 10100 | 10111 | 100110 | 1000011 |
Color Harmonies of #CBA48B
Complementary color
Monochromatic Colors of #CBA48B
Black with #CBA48B
Text Example
Text Example
White with #CBA48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA48B; }
p { color: rgb(203,164,139); }
H1.HeaderClassName
{
color: #CBA48B;
}
.AnyTagClassName
{
color: #CBA48B;
}
</style>
background-color css
<style>
a { background-color: #CBA48B; }
a { background-color: rgb(203,164,139); }
div.DivClassName
{
background-color: #CBA48B;
}
.BgClassName
{
background-color: #CBA48B;
}
</style>
border-color css
<style>
span { border-color: #CBA48B; }
span { border-color: rgb(203,164,139); }
td.TdClassName
{
border-color: #CBA48B;
}
.TagClassName
{
border-color: #CBA48B;
}
</style>