Shades of Laser #C9A260
Tints of Laser #C9A260
RGB
CMYK
RGB Variations
Color information
#C9A260 (or 0xC9A260) is known color: Laser. HEX triplet: C9, A2 and 60. RGB value is (201,162,96). Sum of RGB (Red+Green+Blue) = 201+162+96=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A260 is #365D9F. Grayscale: #A6A6A6. Windows color (decimal): -3562912 or 6333129. OLE color: 6333129.
HSL color Cylindrical-coordinate representation of color #C9A260: hue angle of 37.71º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C9A260 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 162 | 96 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.21 |
| HSL | 37.71º | 0.49% | 0.58% | - |
| HSV(B) | 37.71º | 0.52% | 0.79% | - |
| XYZ | 39.12 | 39.1 | 16.55 | - |
| YUV | 166.14 | 88.42 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 162 | 96 | 0 | 0.19 | 0.52 | 0.21 | 37.71 | 0.49 | 0.58 |
| Hex | C9 | A2 | 60 | 0 | 13 | 34 | 15 | 26 | 31 | 3A |
| Octal | 311 | 242 | 140 | 0 | 23 | 64 | 25 | 46 | 61 | 72 |
| Binary | 11001001 | 10100010 | 1100000 | 0 | 10011 | 110100 | 10101 | 100110 | 110001 | 111010 |
Color Harmonies of #C9A260
Complementary color
Monochromatic Colors of #C9A260
Black with #C9A260
Text Example
Text Example
White with #C9A260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A260; }
p { color: rgb(201,162,96); }
H1.HeaderClassName
{
color: #C9A260;
}
.AnyTagClassName
{
color: #C9A260;
}
</style>
background-color css
<style>
a { background-color: #C9A260; }
a { background-color: rgb(201,162,96); }
div.DivClassName
{
background-color: #C9A260;
}
.BgClassName
{
background-color: #C9A260;
}
</style>
border-color css
<style>
span { border-color: #C9A260; }
span { border-color: rgb(201,162,96); }
td.TdClassName
{
border-color: #C9A260;
}
.TagClassName
{
border-color: #C9A260;
}
</style>