Shades of Laser #CBA55B
Tints of Laser #CBA55B
RGB
CMYK
RGB Variations
Color information
#CBA55B (or 0xCBA55B) is known color: Laser. HEX triplet: CB, A5 and 5B. RGB value is (203,165,91). Sum of RGB (Red+Green+Blue) = 203+165+91=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA55B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA55B is #345AA4. Grayscale: #A8A8A8. Windows color (decimal): -3431077 or 6006219. OLE color: 6006219.
HSL color Cylindrical-coordinate representation of color #CBA55B: hue angle of 39.64º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CBA55B is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 165 | 91 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.20 |
| HSL | 39.64º | 0.52% | 0.58% | - |
| HSV(B) | 39.64º | 0.55% | 0.8% | - |
| XYZ | 39.97 | 40.36 | 15.58 | - |
| YUV | 167.93 | 84.59 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 91 | 0 | 0.19 | 0.55 | 0.20 | 39.64 | 0.52 | 0.58 |
| Hex | CB | A5 | 5B | 0 | 13 | 37 | 14 | 28 | 34 | 3A |
| Octal | 313 | 245 | 133 | 0 | 23 | 67 | 24 | 50 | 64 | 72 |
| Binary | 11001011 | 10100101 | 1011011 | 0 | 10011 | 110111 | 10100 | 101000 | 110100 | 111010 |
Color Harmonies of #CBA55B
Complementary color
Monochromatic Colors of #CBA55B
Black with #CBA55B
Text Example
Text Example
White with #CBA55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA55B; }
p { color: rgb(203,165,91); }
H1.HeaderClassName
{
color: #CBA55B;
}
.AnyTagClassName
{
color: #CBA55B;
}
</style>
background-color css
<style>
a { background-color: #CBA55B; }
a { background-color: rgb(203,165,91); }
div.DivClassName
{
background-color: #CBA55B;
}
.BgClassName
{
background-color: #CBA55B;
}
</style>
border-color css
<style>
span { border-color: #CBA55B; }
span { border-color: rgb(203,165,91); }
td.TdClassName
{
border-color: #CBA55B;
}
.TagClassName
{
border-color: #CBA55B;
}
</style>