Shades of Laser #CBA85E
Tints of Laser #CBA85E
RGB
CMYK
RGB Variations
Color information
#CBA85E (or 0xCBA85E) is known color: Laser. HEX triplet: CB, A8 and 5E. RGB value is (203,168,94). Sum of RGB (Red+Green+Blue) = 203+168+94=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA85E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA85E is #3457A1. Grayscale: #AAAAAA. Windows color (decimal): -3430306 or 6203595. OLE color: 6203595.
HSL color Cylindrical-coordinate representation of color #CBA85E: hue angle of 40.73º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CBA85E is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 94 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.20 |
| HSL | 40.73º | 0.51% | 0.58% | - |
| HSV(B) | 40.73º | 0.54% | 0.8% | - |
| XYZ | 40.65 | 41.51 | 16.46 | - |
| YUV | 170.03 | 85.1 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 94 | 0 | 0.17 | 0.54 | 0.20 | 40.73 | 0.51 | 0.58 |
| Hex | CB | A8 | 5E | 0 | 11 | 36 | 14 | 29 | 33 | 3A |
| Octal | 313 | 250 | 136 | 0 | 21 | 66 | 24 | 51 | 63 | 72 |
| Binary | 11001011 | 10101000 | 1011110 | 0 | 10001 | 110110 | 10100 | 101001 | 110011 | 111010 |
Color Harmonies of #CBA85E
Complementary color
Monochromatic Colors of #CBA85E
Black with #CBA85E
Text Example
Text Example
White with #CBA85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA85E; }
p { color: rgb(203,168,94); }
H1.HeaderClassName
{
color: #CBA85E;
}
.AnyTagClassName
{
color: #CBA85E;
}
</style>
background-color css
<style>
a { background-color: #CBA85E; }
a { background-color: rgb(203,168,94); }
div.DivClassName
{
background-color: #CBA85E;
}
.BgClassName
{
background-color: #CBA85E;
}
</style>
border-color css
<style>
span { border-color: #CBA85E; }
span { border-color: rgb(203,168,94); }
td.TdClassName
{
border-color: #CBA85E;
}
.TagClassName
{
border-color: #CBA85E;
}
</style>