Shades of Laser #C9A766
Tints of Laser #C9A766
RGB
CMYK
RGB Variations
Color information
#C9A766 (or 0xC9A766) is known color: Laser. HEX triplet: C9, A7 and 66. RGB value is (201,167,102). Sum of RGB (Red+Green+Blue) = 201+167+102=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A766 is #365899. Grayscale: #AAAAAA. Windows color (decimal): -3561626 or 6727625. OLE color: 6727625.
HSL color Cylindrical-coordinate representation of color #C9A766: hue angle of 39.39º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C9A766 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 167 | 102 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.21 |
| HSL | 39.39º | 0.48% | 0.59% | - |
| HSV(B) | 39.39º | 0.49% | 0.79% | - |
| XYZ | 40.3 | 41.01 | 18.36 | - |
| YUV | 169.76 | 89.76 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 167 | 102 | 0 | 0.17 | 0.49 | 0.21 | 39.39 | 0.48 | 0.59 |
| Hex | C9 | A7 | 66 | 0 | 11 | 31 | 15 | 27 | 30 | 3B |
| Octal | 311 | 247 | 146 | 0 | 21 | 61 | 25 | 47 | 60 | 73 |
| Binary | 11001001 | 10100111 | 1100110 | 0 | 10001 | 110001 | 10101 | 100111 | 110000 | 111011 |
Color Harmonies of #C9A766
Complementary color
Monochromatic Colors of #C9A766
Black with #C9A766
Text Example
Text Example
White with #C9A766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A766; }
p { color: rgb(201,167,102); }
H1.HeaderClassName
{
color: #C9A766;
}
.AnyTagClassName
{
color: #C9A766;
}
</style>
background-color css
<style>
a { background-color: #C9A766; }
a { background-color: rgb(201,167,102); }
div.DivClassName
{
background-color: #C9A766;
}
.BgClassName
{
background-color: #C9A766;
}
</style>
border-color css
<style>
span { border-color: #C9A766; }
span { border-color: rgb(201,167,102); }
td.TdClassName
{
border-color: #C9A766;
}
.TagClassName
{
border-color: #C9A766;
}
</style>