Shades of Laser #C9A464
Tints of Laser #C9A464
RGB
CMYK
RGB Variations
Color information
#C9A464 (or 0xC9A464) is known color: Laser. HEX triplet: C9, A4 and 64. RGB value is (201,164,100). Sum of RGB (Red+Green+Blue) = 201+164+100=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A464 is #365B9B. Grayscale: #A8A8A8. Windows color (decimal): -3562396 or 6595785. OLE color: 6595785.
HSL color Cylindrical-coordinate representation of color #C9A464: hue angle of 38.02º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9A464 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 164 | 100 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.21 |
| HSL | 38.02º | 0.48% | 0.59% | - |
| HSV(B) | 38.02º | 0.5% | 0.79% | - |
| XYZ | 39.66 | 39.89 | 17.67 | - |
| YUV | 167.77 | 89.76 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 164 | 100 | 0 | 0.18 | 0.50 | 0.21 | 38.02 | 0.48 | 0.59 |
| Hex | C9 | A4 | 64 | 0 | 12 | 32 | 15 | 26 | 30 | 3B |
| Octal | 311 | 244 | 144 | 0 | 22 | 62 | 25 | 46 | 60 | 73 |
| Binary | 11001001 | 10100100 | 1100100 | 0 | 10010 | 110010 | 10101 | 100110 | 110000 | 111011 |
Color Harmonies of #C9A464
Complementary color
Monochromatic Colors of #C9A464
Black with #C9A464
Text Example
Text Example
White with #C9A464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A464; }
p { color: rgb(201,164,100); }
H1.HeaderClassName
{
color: #C9A464;
}
.AnyTagClassName
{
color: #C9A464;
}
</style>
background-color css
<style>
a { background-color: #C9A464; }
a { background-color: rgb(201,164,100); }
div.DivClassName
{
background-color: #C9A464;
}
.BgClassName
{
background-color: #C9A464;
}
</style>
border-color css
<style>
span { border-color: #C9A464; }
span { border-color: rgb(201,164,100); }
td.TdClassName
{
border-color: #C9A464;
}
.TagClassName
{
border-color: #C9A464;
}
</style>