Shades of Laser #CBA85A
Tints of Laser #CBA85A
RGB
CMYK
RGB Variations
Color information
#CBA85A (or 0xCBA85A) is known color: Laser. HEX triplet: CB, A8 and 5A. RGB value is (203,168,90). Sum of RGB (Red+Green+Blue) = 203+168+90=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 90 (35.55% from 255 or 19.52% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA85A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA85A is #3457A5. Grayscale: #A9A9A9. Windows color (decimal): -3430310 or 5941451. OLE color: 5941451.
HSL color Cylindrical-coordinate representation of color #CBA85A: hue angle of 41.42º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CBA85A is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 90 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.20 |
| HSL | 41.42º | 0.52% | 0.57% | - |
| HSV(B) | 41.42º | 0.56% | 0.8% | - |
| XYZ | 40.48 | 41.44 | 15.54 | - |
| YUV | 169.57 | 83.1 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 90 | 0 | 0.17 | 0.56 | 0.20 | 41.42 | 0.52 | 0.57 |
| Hex | CB | A8 | 5A | 0 | 11 | 38 | 14 | 29 | 34 | 39 |
| Octal | 313 | 250 | 132 | 0 | 21 | 70 | 24 | 51 | 64 | 71 |
| Binary | 11001011 | 10101000 | 1011010 | 0 | 10001 | 111000 | 10100 | 101001 | 110100 | 111001 |
Color Harmonies of #CBA85A
Complementary color
Monochromatic Colors of #CBA85A
Black with #CBA85A
Text Example
Text Example
White with #CBA85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA85A; }
p { color: rgb(203,168,90); }
H1.HeaderClassName
{
color: #CBA85A;
}
.AnyTagClassName
{
color: #CBA85A;
}
</style>
background-color css
<style>
a { background-color: #CBA85A; }
a { background-color: rgb(203,168,90); }
div.DivClassName
{
background-color: #CBA85A;
}
.BgClassName
{
background-color: #CBA85A;
}
</style>
border-color css
<style>
span { border-color: #CBA85A; }
span { border-color: rgb(203,168,90); }
td.TdClassName
{
border-color: #CBA85A;
}
.TagClassName
{
border-color: #CBA85A;
}
</style>