Shades of Laser #C9A354
Tints of Laser #C9A354
RGB
CMYK
RGB Variations
Color information
#C9A354 (or 0xC9A354) is known color: Laser. HEX triplet: C9, A3 and 54. RGB value is (201,163,84). Sum of RGB (Red+Green+Blue) = 201+163+84=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 84 (33.20% from 255 or 18.75% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A354 is #365CAB. Grayscale: #A5A5A5. Windows color (decimal): -3562668 or 5546953. OLE color: 5546953.
HSL color Cylindrical-coordinate representation of color #C9A354: hue angle of 40.51º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C9A354 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 163 | 84 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.21 |
| HSL | 40.51º | 0.52% | 0.56% | - |
| HSV(B) | 40.51º | 0.58% | 0.79% | - |
| XYZ | 38.78 | 39.25 | 13.92 | - |
| YUV | 165.36 | 82.09 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 163 | 84 | 0 | 0.19 | 0.58 | 0.21 | 40.51 | 0.52 | 0.56 |
| Hex | C9 | A3 | 54 | 0 | 13 | 3A | 15 | 29 | 34 | 38 |
| Octal | 311 | 243 | 124 | 0 | 23 | 72 | 25 | 51 | 64 | 70 |
| Binary | 11001001 | 10100011 | 1010100 | 0 | 10011 | 111010 | 10101 | 101001 | 110100 | 111000 |
Color Harmonies of #C9A354
Complementary color
Monochromatic Colors of #C9A354
Black with #C9A354
Text Example
Text Example
White with #C9A354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A354; }
p { color: rgb(201,163,84); }
H1.HeaderClassName
{
color: #C9A354;
}
.AnyTagClassName
{
color: #C9A354;
}
</style>
background-color css
<style>
a { background-color: #C9A354; }
a { background-color: rgb(201,163,84); }
div.DivClassName
{
background-color: #C9A354;
}
.BgClassName
{
background-color: #C9A354;
}
</style>
border-color css
<style>
span { border-color: #C9A354; }
span { border-color: rgb(201,163,84); }
td.TdClassName
{
border-color: #C9A354;
}
.TagClassName
{
border-color: #C9A354;
}
</style>