Shades of Laser #C9A45B
Tints of Laser #C9A45B
RGB
CMYK
RGB Variations
Color information
#C9A45B (or 0xC9A45B) is known color: Laser. HEX triplet: C9, A4 and 5B. RGB value is (201,164,91). Sum of RGB (Red+Green+Blue) = 201+164+91=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 91 (35.94% from 255 or 19.96% from 456); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A45B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A45B is #365BA4. Grayscale: #A7A7A7. Windows color (decimal): -3562405 or 6005961. OLE color: 6005961.
HSL color Cylindrical-coordinate representation of color #C9A45B: hue angle of 39.82º 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 #C9A45B is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 164 | 91 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.21 |
| HSL | 39.82º | 0.5% | 0.57% | - |
| HSV(B) | 39.82º | 0.55% | 0.79% | - |
| XYZ | 39.25 | 39.72 | 15.5 | - |
| YUV | 166.74 | 85.26 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 164 | 91 | 0 | 0.18 | 0.55 | 0.21 | 39.82 | 0.5 | 0.57 |
| Hex | C9 | A4 | 5B | 0 | 12 | 37 | 15 | 28 | 32 | 39 |
| Octal | 311 | 244 | 133 | 0 | 22 | 67 | 25 | 50 | 62 | 71 |
| Binary | 11001001 | 10100100 | 1011011 | 0 | 10010 | 110111 | 10101 | 101000 | 110010 | 111001 |
Color Harmonies of #C9A45B
Complementary color
Monochromatic Colors of #C9A45B
Black with #C9A45B
Text Example
Text Example
White with #C9A45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A45B; }
p { color: rgb(201,164,91); }
H1.HeaderClassName
{
color: #C9A45B;
}
.AnyTagClassName
{
color: #C9A45B;
}
</style>
background-color css
<style>
a { background-color: #C9A45B; }
a { background-color: rgb(201,164,91); }
div.DivClassName
{
background-color: #C9A45B;
}
.BgClassName
{
background-color: #C9A45B;
}
</style>
border-color css
<style>
span { border-color: #C9A45B; }
span { border-color: rgb(201,164,91); }
td.TdClassName
{
border-color: #C9A45B;
}
.TagClassName
{
border-color: #C9A45B;
}
</style>