Shades of Laser #C9A263
Tints of Laser #C9A263
RGB
CMYK
RGB Variations
Color information
#C9A263 (or 0xC9A263) is known color: Laser. HEX triplet: C9, A2 and 63. RGB value is (201,162,99). Sum of RGB (Red+Green+Blue) = 201+162+99=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 99 (39.06% from 255 or 21.43% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A263 is #365D9C. Grayscale: #A6A6A6. Windows color (decimal): -3562909 or 6529737. OLE color: 6529737.
HSL color Cylindrical-coordinate representation of color #C9A263: hue angle of 37.06º 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 #C9A263 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 162 | 99 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.21 |
| HSL | 37.06º | 0.49% | 0.59% | - |
| HSV(B) | 37.06º | 0.51% | 0.79% | - |
| XYZ | 39.26 | 39.16 | 17.29 | - |
| YUV | 166.48 | 89.92 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 162 | 99 | 0 | 0.19 | 0.51 | 0.21 | 37.06 | 0.49 | 0.59 |
| Hex | C9 | A2 | 63 | 0 | 13 | 33 | 15 | 25 | 31 | 3B |
| Octal | 311 | 242 | 143 | 0 | 23 | 63 | 25 | 45 | 61 | 73 |
| Binary | 11001001 | 10100010 | 1100011 | 0 | 10011 | 110011 | 10101 | 100101 | 110001 | 111011 |
Color Harmonies of #C9A263
Complementary color
Monochromatic Colors of #C9A263
Black with #C9A263
Text Example
Text Example
White with #C9A263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A263; }
p { color: rgb(201,162,99); }
H1.HeaderClassName
{
color: #C9A263;
}
.AnyTagClassName
{
color: #C9A263;
}
</style>
background-color css
<style>
a { background-color: #C9A263; }
a { background-color: rgb(201,162,99); }
div.DivClassName
{
background-color: #C9A263;
}
.BgClassName
{
background-color: #C9A263;
}
</style>
border-color css
<style>
span { border-color: #C9A263; }
span { border-color: rgb(201,162,99); }
td.TdClassName
{
border-color: #C9A263;
}
.TagClassName
{
border-color: #C9A263;
}
</style>