Shades of Laser #C9A15B
Tints of Laser #C9A15B
RGB
CMYK
RGB Variations
Color information
#C9A15B (or 0xC9A15B) is known color: Laser. HEX triplet: C9, A1 and 5B. RGB value is (201,161,91). Sum of RGB (Red+Green+Blue) = 201+161+91=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A15B is #365EA4. Grayscale: #A5A5A5. Windows color (decimal): -3563173 or 6005193. OLE color: 6005193.
HSL color Cylindrical-coordinate representation of color #C9A15B: hue angle of 38.18º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C9A15B is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 161 | 91 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.21 |
| HSL | 38.18º | 0.5% | 0.57% | - |
| HSV(B) | 38.18º | 0.55% | 0.79% | - |
| XYZ | 38.72 | 38.66 | 15.32 | - |
| YUV | 164.98 | 86.25 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 91 | 0 | 0.20 | 0.55 | 0.21 | 38.18 | 0.5 | 0.57 |
| Hex | C9 | A1 | 5B | 0 | 14 | 37 | 15 | 26 | 32 | 39 |
| Octal | 311 | 241 | 133 | 0 | 24 | 67 | 25 | 46 | 62 | 71 |
| Binary | 11001001 | 10100001 | 1011011 | 0 | 10100 | 110111 | 10101 | 100110 | 110010 | 111001 |
Color Harmonies of #C9A15B
Complementary color
Monochromatic Colors of #C9A15B
Black with #C9A15B
Text Example
Text Example
White with #C9A15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A15B; }
p { color: rgb(201,161,91); }
H1.HeaderClassName
{
color: #C9A15B;
}
.AnyTagClassName
{
color: #C9A15B;
}
</style>
background-color css
<style>
a { background-color: #C9A15B; }
a { background-color: rgb(201,161,91); }
div.DivClassName
{
background-color: #C9A15B;
}
.BgClassName
{
background-color: #C9A15B;
}
</style>
border-color css
<style>
span { border-color: #C9A15B; }
span { border-color: rgb(201,161,91); }
td.TdClassName
{
border-color: #C9A15B;
}
.TagClassName
{
border-color: #C9A15B;
}
</style>