Shades of Cameo #CBA38B
Tints of Cameo #CBA38B
RGB
CMYK
RGB Variations
Color information
#CBA38B (or 0xCBA38B) is known color: Cameo. HEX triplet: CB, A3 and 8B. RGB value is (203,163,139). Sum of RGB (Red+Green+Blue) = 203+163+139=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 163 (64.06% from 255 or 32.28% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA38B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA38B is #345C74. Grayscale: #ACACAC. Windows color (decimal): -3431541 or 9151435. OLE color: 9151435.
HSL color Cylindrical-coordinate representation of color #CBA38B: hue angle of 22.5º 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 #CBA38B is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 139 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.20 |
| HSL | 22.5º | 0.38% | 0.67% | - |
| HSV(B) | 22.5º | 0.32% | 0.8% | - |
| XYZ | 42.39 | 40.75 | 30.06 | - |
| YUV | 172.22 | 109.25 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 139 | 0 | 0.20 | 0.32 | 0.20 | 22.5 | 0.38 | 0.67 |
| Hex | CB | A3 | 8B | 0 | 14 | 20 | 14 | 16 | 26 | 43 |
| Octal | 313 | 243 | 213 | 0 | 24 | 40 | 24 | 26 | 46 | 103 |
| Binary | 11001011 | 10100011 | 10001011 | 0 | 10100 | 100000 | 10100 | 10110 | 100110 | 1000011 |
Color Harmonies of #CBA38B
Complementary color
Monochromatic Colors of #CBA38B
Black with #CBA38B
Text Example
Text Example
White with #CBA38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA38B; }
p { color: rgb(203,163,139); }
H1.HeaderClassName
{
color: #CBA38B;
}
.AnyTagClassName
{
color: #CBA38B;
}
</style>
background-color css
<style>
a { background-color: #CBA38B; }
a { background-color: rgb(203,163,139); }
div.DivClassName
{
background-color: #CBA38B;
}
.BgClassName
{
background-color: #CBA38B;
}
</style>
border-color css
<style>
span { border-color: #CBA38B; }
span { border-color: rgb(203,163,139); }
td.TdClassName
{
border-color: #CBA38B;
}
.TagClassName
{
border-color: #CBA38B;
}
</style>