Shades of Laser #C9A465
Tints of Laser #C9A465
RGB
CMYK
RGB Variations
Color information
#C9A465 (or 0xC9A465) is known color: Laser. HEX triplet: C9, A4 and 65. RGB value is (201,164,101). Sum of RGB (Red+Green+Blue) = 201+164+101=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A465 is #365B9A. Grayscale: #A8A8A8. Windows color (decimal): -3562395 or 6661321. OLE color: 6661321.
HSL color Cylindrical-coordinate representation of color #C9A465: hue angle of 37.8º 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 #C9A465 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 164 | 101 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.21 |
| HSL | 37.8º | 0.48% | 0.59% | - |
| HSV(B) | 37.8º | 0.5% | 0.79% | - |
| XYZ | 39.71 | 39.91 | 17.92 | - |
| YUV | 167.88 | 90.26 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 164 | 101 | 0 | 0.18 | 0.50 | 0.21 | 37.8 | 0.48 | 0.59 |
| Hex | C9 | A4 | 65 | 0 | 12 | 32 | 15 | 26 | 30 | 3B |
| Octal | 311 | 244 | 145 | 0 | 22 | 62 | 25 | 46 | 60 | 73 |
| Binary | 11001001 | 10100100 | 1100101 | 0 | 10010 | 110010 | 10101 | 100110 | 110000 | 111011 |
Color Harmonies of #C9A465
Complementary color
Monochromatic Colors of #C9A465
Black with #C9A465
Text Example
Text Example
White with #C9A465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A465; }
p { color: rgb(201,164,101); }
H1.HeaderClassName
{
color: #C9A465;
}
.AnyTagClassName
{
color: #C9A465;
}
</style>
background-color css
<style>
a { background-color: #C9A465; }
a { background-color: rgb(201,164,101); }
div.DivClassName
{
background-color: #C9A465;
}
.BgClassName
{
background-color: #C9A465;
}
</style>
border-color css
<style>
span { border-color: #C9A465; }
span { border-color: rgb(201,164,101); }
td.TdClassName
{
border-color: #C9A465;
}
.TagClassName
{
border-color: #C9A465;
}
</style>