Shades of Laser #C9A25C
Tints of Laser #C9A25C
RGB
CMYK
RGB Variations
Color information
#C9A25C (or 0xC9A25C) is known color: Laser. HEX triplet: C9, A2 and 5C. RGB value is (201,162,92). Sum of RGB (Red+Green+Blue) = 201+162+92=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A25C is #365DA3. Grayscale: #A6A6A6. Windows color (decimal): -3562916 or 6070985. OLE color: 6070985.
HSL color Cylindrical-coordinate representation of color #C9A25C: hue angle of 38.53º 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 #C9A25C is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 162 | 92 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.21 |
| HSL | 38.53º | 0.5% | 0.57% | - |
| HSV(B) | 38.53º | 0.54% | 0.79% | - |
| XYZ | 38.94 | 39.03 | 15.61 | - |
| YUV | 165.68 | 86.42 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 162 | 92 | 0 | 0.19 | 0.54 | 0.21 | 38.53 | 0.5 | 0.57 |
| Hex | C9 | A2 | 5C | 0 | 13 | 36 | 15 | 27 | 32 | 39 |
| Octal | 311 | 242 | 134 | 0 | 23 | 66 | 25 | 47 | 62 | 71 |
| Binary | 11001001 | 10100010 | 1011100 | 0 | 10011 | 110110 | 10101 | 100111 | 110010 | 111001 |
Color Harmonies of #C9A25C
Complementary color
Monochromatic Colors of #C9A25C
Black with #C9A25C
Text Example
Text Example
White with #C9A25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A25C; }
p { color: rgb(201,162,92); }
H1.HeaderClassName
{
color: #C9A25C;
}
.AnyTagClassName
{
color: #C9A25C;
}
</style>
background-color css
<style>
a { background-color: #C9A25C; }
a { background-color: rgb(201,162,92); }
div.DivClassName
{
background-color: #C9A25C;
}
.BgClassName
{
background-color: #C9A25C;
}
</style>
border-color css
<style>
span { border-color: #C9A25C; }
span { border-color: rgb(201,162,92); }
td.TdClassName
{
border-color: #C9A25C;
}
.TagClassName
{
border-color: #C9A25C;
}
</style>