Shades of Laser #C9A35B
Tints of Laser #C9A35B
RGB
CMYK
RGB Variations
Color information
#C9A35B (or 0xC9A35B) is known color: Laser. HEX triplet: C9, A3 and 5B. RGB value is (201,163,91). Sum of RGB (Red+Green+Blue) = 201+163+91=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A35B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A35B is #365CA4. Grayscale: #A6A6A6. Windows color (decimal): -3562661 or 6005705. OLE color: 6005705.
HSL color Cylindrical-coordinate representation of color #C9A35B: hue angle of 39.27º 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 #C9A35B is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 163 | 91 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.21 |
| HSL | 39.27º | 0.5% | 0.57% | - |
| HSV(B) | 39.27º | 0.55% | 0.79% | - |
| XYZ | 39.07 | 39.37 | 15.44 | - |
| YUV | 166.15 | 85.59 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 163 | 91 | 0 | 0.19 | 0.55 | 0.21 | 39.27 | 0.5 | 0.57 |
| Hex | C9 | A3 | 5B | 0 | 13 | 37 | 15 | 27 | 32 | 39 |
| Octal | 311 | 243 | 133 | 0 | 23 | 67 | 25 | 47 | 62 | 71 |
| Binary | 11001001 | 10100011 | 1011011 | 0 | 10011 | 110111 | 10101 | 100111 | 110010 | 111001 |
Color Harmonies of #C9A35B
Complementary color
Monochromatic Colors of #C9A35B
Black with #C9A35B
Text Example
Text Example
White with #C9A35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A35B; }
p { color: rgb(201,163,91); }
H1.HeaderClassName
{
color: #C9A35B;
}
.AnyTagClassName
{
color: #C9A35B;
}
</style>
background-color css
<style>
a { background-color: #C9A35B; }
a { background-color: rgb(201,163,91); }
div.DivClassName
{
background-color: #C9A35B;
}
.BgClassName
{
background-color: #C9A35B;
}
</style>
border-color css
<style>
span { border-color: #C9A35B; }
span { border-color: rgb(201,163,91); }
td.TdClassName
{
border-color: #C9A35B;
}
.TagClassName
{
border-color: #C9A35B;
}
</style>