Shades of Laser #C9AD61
Tints of Laser #C9AD61
RGB
CMYK
RGB Variations
Color information
#C9AD61 (or 0xC9AD61) is known color: Laser. HEX triplet: C9, AD and 61. RGB value is (201,173,97). Sum of RGB (Red+Green+Blue) = 201+173+97=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AD61 is #36529E. Grayscale: #ADADAD. Windows color (decimal): -3560095 or 6401481. OLE color: 6401481.
HSL color Cylindrical-coordinate representation of color #C9AD61: hue angle of 43.85º 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 #C9AD61 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 173 | 97 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.21 |
| HSL | 43.85º | 0.49% | 0.58% | - |
| HSV(B) | 43.85º | 0.52% | 0.79% | - |
| XYZ | 41.19 | 43.17 | 17.47 | - |
| YUV | 172.71 | 85.28 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 97 | 0 | 0.14 | 0.52 | 0.21 | 43.85 | 0.49 | 0.58 |
| Hex | C9 | AD | 61 | 0 | E | 34 | 15 | 2C | 31 | 3A |
| Octal | 311 | 255 | 141 | 0 | 16 | 64 | 25 | 54 | 61 | 72 |
| Binary | 11001001 | 10101101 | 1100001 | 0 | 1110 | 110100 | 10101 | 101100 | 110001 | 111010 |
Color Harmonies of #C9AD61
Complementary color
Monochromatic Colors of #C9AD61
Black with #C9AD61
Text Example
Text Example
White with #C9AD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AD61; }
p { color: rgb(201,173,97); }
H1.HeaderClassName
{
color: #C9AD61;
}
.AnyTagClassName
{
color: #C9AD61;
}
</style>
background-color css
<style>
a { background-color: #C9AD61; }
a { background-color: rgb(201,173,97); }
div.DivClassName
{
background-color: #C9AD61;
}
.BgClassName
{
background-color: #C9AD61;
}
</style>
border-color css
<style>
span { border-color: #C9AD61; }
span { border-color: rgb(201,173,97); }
td.TdClassName
{
border-color: #C9AD61;
}
.TagClassName
{
border-color: #C9AD61;
}
</style>