Shades of Laser #C9A15C
Tints of Laser #C9A15C
RGB
CMYK
RGB Variations
Color information
#C9A15C (or 0xC9A15C) is known color: Laser. HEX triplet: C9, A1 and 5C. RGB value is (201,161,92). Sum of RGB (Red+Green+Blue) = 201+161+92=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 161 (63.28% from 255 or 35.46% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A15C is #365EA3. Grayscale: #A5A5A5. Windows color (decimal): -3563172 or 6070729. OLE color: 6070729.
HSL color Cylindrical-coordinate representation of color #C9A15C: hue angle of 37.98º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9A15C is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 161 | 92 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.21 |
| HSL | 37.98º | 0.5% | 0.57% | - |
| HSV(B) | 37.98º | 0.54% | 0.79% | - |
| XYZ | 38.76 | 38.68 | 15.55 | - |
| YUV | 165.09 | 86.75 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 92 | 0 | 0.20 | 0.54 | 0.21 | 37.98 | 0.5 | 0.57 |
| Hex | C9 | A1 | 5C | 0 | 14 | 36 | 15 | 26 | 32 | 39 |
| Octal | 311 | 241 | 134 | 0 | 24 | 66 | 25 | 46 | 62 | 71 |
| Binary | 11001001 | 10100001 | 1011100 | 0 | 10100 | 110110 | 10101 | 100110 | 110010 | 111001 |
Color Harmonies of #C9A15C
Complementary color
Monochromatic Colors of #C9A15C
Black with #C9A15C
Text Example
Text Example
White with #C9A15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A15C; }
p { color: rgb(201,161,92); }
H1.HeaderClassName
{
color: #C9A15C;
}
.AnyTagClassName
{
color: #C9A15C;
}
</style>
background-color css
<style>
a { background-color: #C9A15C; }
a { background-color: rgb(201,161,92); }
div.DivClassName
{
background-color: #C9A15C;
}
.BgClassName
{
background-color: #C9A15C;
}
</style>
border-color css
<style>
span { border-color: #C9A15C; }
span { border-color: rgb(201,161,92); }
td.TdClassName
{
border-color: #C9A15C;
}
.TagClassName
{
border-color: #C9A15C;
}
</style>