Shades of Laser #CBA75D
Tints of Laser #CBA75D
RGB
CMYK
RGB Variations
Color information
#CBA75D (or 0xCBA75D) is known color: Laser. HEX triplet: CB, A7 and 5D. RGB value is (203,167,93). Sum of RGB (Red+Green+Blue) = 203+167+93=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 167 (65.62% from 255 or 36.07% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA75D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA75D is #3458A2. Grayscale: #A9A9A9. Windows color (decimal): -3430563 or 6137803. OLE color: 6137803.
HSL color Cylindrical-coordinate representation of color #CBA75D: hue angle of 40.36º 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 #CBA75D is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 93 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.20 |
| HSL | 40.36º | 0.51% | 0.58% | - |
| HSV(B) | 40.36º | 0.54% | 0.8% | - |
| XYZ | 40.42 | 41.12 | 16.16 | - |
| YUV | 169.33 | 84.93 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 93 | 0 | 0.18 | 0.54 | 0.20 | 40.36 | 0.51 | 0.58 |
| Hex | CB | A7 | 5D | 0 | 12 | 36 | 14 | 28 | 33 | 3A |
| Octal | 313 | 247 | 135 | 0 | 22 | 66 | 24 | 50 | 63 | 72 |
| Binary | 11001011 | 10100111 | 1011101 | 0 | 10010 | 110110 | 10100 | 101000 | 110011 | 111010 |
Color Harmonies of #CBA75D
Complementary color
Monochromatic Colors of #CBA75D
Black with #CBA75D
Text Example
Text Example
White with #CBA75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA75D; }
p { color: rgb(203,167,93); }
H1.HeaderClassName
{
color: #CBA75D;
}
.AnyTagClassName
{
color: #CBA75D;
}
</style>
background-color css
<style>
a { background-color: #CBA75D; }
a { background-color: rgb(203,167,93); }
div.DivClassName
{
background-color: #CBA75D;
}
.BgClassName
{
background-color: #CBA75D;
}
</style>
border-color css
<style>
span { border-color: #CBA75D; }
span { border-color: rgb(203,167,93); }
td.TdClassName
{
border-color: #CBA75D;
}
.TagClassName
{
border-color: #CBA75D;
}
</style>