Shades of Laser #CBA75E
Tints of Laser #CBA75E
RGB
CMYK
RGB Variations
Color information
#CBA75E (or 0xCBA75E) is known color: Laser. HEX triplet: CB, A7 and 5E. RGB value is (203,167,94). Sum of RGB (Red+Green+Blue) = 203+167+94=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 167 (65.62% from 255 or 35.99% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA75E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA75E is #3458A1. Grayscale: #A9A9A9. Windows color (decimal): -3430562 or 6203339. OLE color: 6203339.
HSL color Cylindrical-coordinate representation of color #CBA75E: hue angle of 40.18º 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 #CBA75E is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 94 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.20 |
| HSL | 40.18º | 0.51% | 0.58% | - |
| HSV(B) | 40.18º | 0.54% | 0.8% | - |
| XYZ | 40.47 | 41.14 | 16.4 | - |
| YUV | 169.44 | 85.43 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 94 | 0 | 0.18 | 0.54 | 0.20 | 40.18 | 0.51 | 0.58 |
| Hex | CB | A7 | 5E | 0 | 12 | 36 | 14 | 28 | 33 | 3A |
| Octal | 313 | 247 | 136 | 0 | 22 | 66 | 24 | 50 | 63 | 72 |
| Binary | 11001011 | 10100111 | 1011110 | 0 | 10010 | 110110 | 10100 | 101000 | 110011 | 111010 |
Color Harmonies of #CBA75E
Complementary color
Monochromatic Colors of #CBA75E
Black with #CBA75E
Text Example
Text Example
White with #CBA75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA75E; }
p { color: rgb(203,167,94); }
H1.HeaderClassName
{
color: #CBA75E;
}
.AnyTagClassName
{
color: #CBA75E;
}
</style>
background-color css
<style>
a { background-color: #CBA75E; }
a { background-color: rgb(203,167,94); }
div.DivClassName
{
background-color: #CBA75E;
}
.BgClassName
{
background-color: #CBA75E;
}
</style>
border-color css
<style>
span { border-color: #CBA75E; }
span { border-color: rgb(203,167,94); }
td.TdClassName
{
border-color: #CBA75E;
}
.TagClassName
{
border-color: #CBA75E;
}
</style>