Shades of Laser #CBA85D
Tints of Laser #CBA85D
RGB
CMYK
RGB Variations
Color information
#CBA85D (or 0xCBA85D) is known color: Laser. HEX triplet: CB, A8 and 5D. RGB value is (203,168,93). Sum of RGB (Red+Green+Blue) = 203+168+93=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA85D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA85D is #3457A2. Grayscale: #AAAAAA. Windows color (decimal): -3430307 or 6138059. OLE color: 6138059.
HSL color Cylindrical-coordinate representation of color #CBA85D: hue angle of 40.91º 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 #CBA85D is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 93 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.20 |
| HSL | 40.91º | 0.51% | 0.58% | - |
| HSV(B) | 40.91º | 0.54% | 0.8% | - |
| XYZ | 40.61 | 41.49 | 16.22 | - |
| YUV | 169.92 | 84.6 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 93 | 0 | 0.17 | 0.54 | 0.20 | 40.91 | 0.51 | 0.58 |
| Hex | CB | A8 | 5D | 0 | 11 | 36 | 14 | 29 | 33 | 3A |
| Octal | 313 | 250 | 135 | 0 | 21 | 66 | 24 | 51 | 63 | 72 |
| Binary | 11001011 | 10101000 | 1011101 | 0 | 10001 | 110110 | 10100 | 101001 | 110011 | 111010 |
Color Harmonies of #CBA85D
Complementary color
Monochromatic Colors of #CBA85D
Black with #CBA85D
Text Example
Text Example
White with #CBA85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA85D; }
p { color: rgb(203,168,93); }
H1.HeaderClassName
{
color: #CBA85D;
}
.AnyTagClassName
{
color: #CBA85D;
}
</style>
background-color css
<style>
a { background-color: #CBA85D; }
a { background-color: rgb(203,168,93); }
div.DivClassName
{
background-color: #CBA85D;
}
.BgClassName
{
background-color: #CBA85D;
}
</style>
border-color css
<style>
span { border-color: #CBA85D; }
span { border-color: rgb(203,168,93); }
td.TdClassName
{
border-color: #CBA85D;
}
.TagClassName
{
border-color: #CBA85D;
}
</style>