Shades of Laser #C9A35C
Tints of Laser #C9A35C
RGB
CMYK
RGB Variations
Color information
#C9A35C (or 0xC9A35C) is known color: Laser. HEX triplet: C9, A3 and 5C. RGB value is (201,163,92). Sum of RGB (Red+Green+Blue) = 201+163+92=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A35C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A35C is #365CA3. Grayscale: #A6A6A6. Windows color (decimal): -3562660 or 6071241. OLE color: 6071241.
HSL color Cylindrical-coordinate representation of color #C9A35C: hue angle of 39.08º 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 #C9A35C is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 163 | 92 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.21 |
| HSL | 39.08º | 0.5% | 0.57% | - |
| HSV(B) | 39.08º | 0.54% | 0.79% | - |
| XYZ | 39.12 | 39.38 | 15.67 | - |
| YUV | 166.27 | 86.09 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 163 | 92 | 0 | 0.19 | 0.54 | 0.21 | 39.08 | 0.5 | 0.57 |
| Hex | C9 | A3 | 5C | 0 | 13 | 36 | 15 | 27 | 32 | 39 |
| Octal | 311 | 243 | 134 | 0 | 23 | 66 | 25 | 47 | 62 | 71 |
| Binary | 11001001 | 10100011 | 1011100 | 0 | 10011 | 110110 | 10101 | 100111 | 110010 | 111001 |
Color Harmonies of #C9A35C
Complementary color
Monochromatic Colors of #C9A35C
Black with #C9A35C
Text Example
Text Example
White with #C9A35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A35C; }
p { color: rgb(201,163,92); }
H1.HeaderClassName
{
color: #C9A35C;
}
.AnyTagClassName
{
color: #C9A35C;
}
</style>
background-color css
<style>
a { background-color: #C9A35C; }
a { background-color: rgb(201,163,92); }
div.DivClassName
{
background-color: #C9A35C;
}
.BgClassName
{
background-color: #C9A35C;
}
</style>
border-color css
<style>
span { border-color: #C9A35C; }
span { border-color: rgb(201,163,92); }
td.TdClassName
{
border-color: #C9A35C;
}
.TagClassName
{
border-color: #C9A35C;
}
</style>