Shades of Cameo #CBA38D
Tints of Cameo #CBA38D
RGB
CMYK
RGB Variations
Color information
#CBA38D (or 0xCBA38D) is known color: Cameo. HEX triplet: CB, A3 and 8D. RGB value is (203,163,141). Sum of RGB (Red+Green+Blue) = 203+163+141=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 163 (64.06% from 255 or 32.15% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA38D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA38D is #345C72. Grayscale: #ACACAC. Windows color (decimal): -3431539 or 9282507. OLE color: 9282507.
HSL color Cylindrical-coordinate representation of color #CBA38D: hue angle of 21.29º degrees, saturation: 0.37, 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 #CBA38D is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 141 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.20 |
| HSL | 21.29º | 0.37% | 0.67% | - |
| HSV(B) | 21.29º | 0.31% | 0.8% | - |
| XYZ | 42.53 | 40.81 | 30.84 | - |
| YUV | 172.45 | 110.25 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 141 | 0 | 0.20 | 0.31 | 0.20 | 21.29 | 0.37 | 0.67 |
| Hex | CB | A3 | 8D | 0 | 14 | 1F | 14 | 15 | 25 | 43 |
| Octal | 313 | 243 | 215 | 0 | 24 | 37 | 24 | 25 | 45 | 103 |
| Binary | 11001011 | 10100011 | 10001101 | 0 | 10100 | 11111 | 10100 | 10101 | 100101 | 1000011 |
Color Harmonies of #CBA38D
Complementary color
Monochromatic Colors of #CBA38D
Black with #CBA38D
Text Example
Text Example
White with #CBA38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA38D; }
p { color: rgb(203,163,141); }
H1.HeaderClassName
{
color: #CBA38D;
}
.AnyTagClassName
{
color: #CBA38D;
}
</style>
background-color css
<style>
a { background-color: #CBA38D; }
a { background-color: rgb(203,163,141); }
div.DivClassName
{
background-color: #CBA38D;
}
.BgClassName
{
background-color: #CBA38D;
}
</style>
border-color css
<style>
span { border-color: #CBA38D; }
span { border-color: rgb(203,163,141); }
td.TdClassName
{
border-color: #CBA38D;
}
.TagClassName
{
border-color: #CBA38D;
}
</style>