Shades of Laser #C9A365
Tints of Laser #C9A365
RGB
CMYK
RGB Variations
Color information
#C9A365 (or 0xC9A365) is known color: Laser. HEX triplet: C9, A3 and 65. RGB value is (201,163,101). Sum of RGB (Red+Green+Blue) = 201+163+101=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A365 is #365C9A. Grayscale: #A7A7A7. Windows color (decimal): -3562651 or 6661065. OLE color: 6661065.
HSL color Cylindrical-coordinate representation of color #C9A365: hue angle of 37.2º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9A365 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 163 | 101 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.21 |
| HSL | 37.2º | 0.48% | 0.59% | - |
| HSV(B) | 37.2º | 0.5% | 0.79% | - |
| XYZ | 39.53 | 39.55 | 17.86 | - |
| YUV | 167.29 | 90.59 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 163 | 101 | 0 | 0.19 | 0.50 | 0.21 | 37.2 | 0.48 | 0.59 |
| Hex | C9 | A3 | 65 | 0 | 13 | 32 | 15 | 25 | 30 | 3B |
| Octal | 311 | 243 | 145 | 0 | 23 | 62 | 25 | 45 | 60 | 73 |
| Binary | 11001001 | 10100011 | 1100101 | 0 | 10011 | 110010 | 10101 | 100101 | 110000 | 111011 |
Color Harmonies of #C9A365
Complementary color
Monochromatic Colors of #C9A365
Black with #C9A365
Text Example
Text Example
White with #C9A365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A365; }
p { color: rgb(201,163,101); }
H1.HeaderClassName
{
color: #C9A365;
}
.AnyTagClassName
{
color: #C9A365;
}
</style>
background-color css
<style>
a { background-color: #C9A365; }
a { background-color: rgb(201,163,101); }
div.DivClassName
{
background-color: #C9A365;
}
.BgClassName
{
background-color: #C9A365;
}
</style>
border-color css
<style>
span { border-color: #C9A365; }
span { border-color: rgb(201,163,101); }
td.TdClassName
{
border-color: #C9A365;
}
.TagClassName
{
border-color: #C9A365;
}
</style>