Shades of Laser #C9AB60
Tints of Laser #C9AB60
RGB
CMYK
RGB Variations
Color information
#C9AB60 (or 0xC9AB60) is known color: Laser. HEX triplet: C9, AB and 60. RGB value is (201,171,96). Sum of RGB (Red+Green+Blue) = 201+171+96=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AB60 is #36549F. Grayscale: #ABABAB. Windows color (decimal): -3560608 or 6335433. OLE color: 6335433.
HSL color Cylindrical-coordinate representation of color #C9AB60: hue angle of 42.86º 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 #C9AB60 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 171 | 96 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.21 |
| HSL | 42.86º | 0.49% | 0.58% | - |
| HSV(B) | 42.86º | 0.52% | 0.79% | - |
| XYZ | 40.76 | 42.39 | 17.1 | - |
| YUV | 171.42 | 85.44 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 171 | 96 | 0 | 0.15 | 0.52 | 0.21 | 42.86 | 0.49 | 0.58 |
| Hex | C9 | AB | 60 | 0 | F | 34 | 15 | 2B | 31 | 3A |
| Octal | 311 | 253 | 140 | 0 | 17 | 64 | 25 | 53 | 61 | 72 |
| Binary | 11001001 | 10101011 | 1100000 | 0 | 1111 | 110100 | 10101 | 101011 | 110001 | 111010 |
Color Harmonies of #C9AB60
Complementary color
Monochromatic Colors of #C9AB60
Black with #C9AB60
Text Example
Text Example
White with #C9AB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AB60; }
p { color: rgb(201,171,96); }
H1.HeaderClassName
{
color: #C9AB60;
}
.AnyTagClassName
{
color: #C9AB60;
}
</style>
background-color css
<style>
a { background-color: #C9AB60; }
a { background-color: rgb(201,171,96); }
div.DivClassName
{
background-color: #C9AB60;
}
.BgClassName
{
background-color: #C9AB60;
}
</style>
border-color css
<style>
span { border-color: #C9AB60; }
span { border-color: rgb(201,171,96); }
td.TdClassName
{
border-color: #C9AB60;
}
.TagClassName
{
border-color: #C9AB60;
}
</style>