Shades of Laser #C9A663
Tints of Laser #C9A663
RGB
CMYK
RGB Variations
Color information
#C9A663 (or 0xC9A663) is known color: Laser. HEX triplet: C9, A6 and 63. RGB value is (201,166,99). Sum of RGB (Red+Green+Blue) = 201+166+99=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 99 (39.06% from 255 or 21.24% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A663 is #36599C. Grayscale: #A9A9A9. Windows color (decimal): -3561885 or 6530761. OLE color: 6530761.
HSL color Cylindrical-coordinate representation of color #C9A663: hue angle of 39.41º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C9A663 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 166 | 99 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.21 |
| HSL | 39.41º | 0.49% | 0.59% | - |
| HSV(B) | 39.41º | 0.51% | 0.79% | - |
| XYZ | 39.98 | 40.59 | 17.53 | - |
| YUV | 168.83 | 88.6 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 166 | 99 | 0 | 0.17 | 0.51 | 0.21 | 39.41 | 0.49 | 0.59 |
| Hex | C9 | A6 | 63 | 0 | 11 | 33 | 15 | 27 | 31 | 3B |
| Octal | 311 | 246 | 143 | 0 | 21 | 63 | 25 | 47 | 61 | 73 |
| Binary | 11001001 | 10100110 | 1100011 | 0 | 10001 | 110011 | 10101 | 100111 | 110001 | 111011 |
Color Harmonies of #C9A663
Complementary color
Monochromatic Colors of #C9A663
Black with #C9A663
Text Example
Text Example
White with #C9A663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A663; }
p { color: rgb(201,166,99); }
H1.HeaderClassName
{
color: #C9A663;
}
.AnyTagClassName
{
color: #C9A663;
}
</style>
background-color css
<style>
a { background-color: #C9A663; }
a { background-color: rgb(201,166,99); }
div.DivClassName
{
background-color: #C9A663;
}
.BgClassName
{
background-color: #C9A663;
}
</style>
border-color css
<style>
span { border-color: #C9A663; }
span { border-color: rgb(201,166,99); }
td.TdClassName
{
border-color: #C9A663;
}
.TagClassName
{
border-color: #C9A663;
}
</style>