Shades of Laser #C9A35D
Tints of Laser #C9A35D
RGB
CMYK
RGB Variations
Color information
#C9A35D (or 0xC9A35D) is known color: Laser. HEX triplet: C9, A3 and 5D. RGB value is (201,163,93). Sum of RGB (Red+Green+Blue) = 201+163+93=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A35D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A35D is #365CA2. Grayscale: #A6A6A6. Windows color (decimal): -3562659 or 6136777. OLE color: 6136777.
HSL color Cylindrical-coordinate representation of color #C9A35D: hue angle of 38.89º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9A35D is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 163 | 93 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.21 |
| HSL | 38.89º | 0.5% | 0.58% | - |
| HSV(B) | 38.89º | 0.54% | 0.79% | - |
| XYZ | 39.16 | 39.4 | 15.9 | - |
| YUV | 166.38 | 86.59 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 163 | 93 | 0 | 0.19 | 0.54 | 0.21 | 38.89 | 0.5 | 0.58 |
| Hex | C9 | A3 | 5D | 0 | 13 | 36 | 15 | 27 | 32 | 3A |
| Octal | 311 | 243 | 135 | 0 | 23 | 66 | 25 | 47 | 62 | 72 |
| Binary | 11001001 | 10100011 | 1011101 | 0 | 10011 | 110110 | 10101 | 100111 | 110010 | 111010 |
Color Harmonies of #C9A35D
Complementary color
Monochromatic Colors of #C9A35D
Black with #C9A35D
Text Example
Text Example
White with #C9A35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A35D; }
p { color: rgb(201,163,93); }
H1.HeaderClassName
{
color: #C9A35D;
}
.AnyTagClassName
{
color: #C9A35D;
}
</style>
background-color css
<style>
a { background-color: #C9A35D; }
a { background-color: rgb(201,163,93); }
div.DivClassName
{
background-color: #C9A35D;
}
.BgClassName
{
background-color: #C9A35D;
}
</style>
border-color css
<style>
span { border-color: #C9A35D; }
span { border-color: rgb(201,163,93); }
td.TdClassName
{
border-color: #C9A35D;
}
.TagClassName
{
border-color: #C9A35D;
}
</style>