Shades of Laser #C9A558
Tints of Laser #C9A558
RGB
CMYK
RGB Variations
Color information
#C9A558 (or 0xC9A558) is known color: Laser. HEX triplet: C9, A5 and 58. RGB value is (201,165,88). Sum of RGB (Red+Green+Blue) = 201+165+88=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 88 (34.77% from 255 or 19.38% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A558 is #365AA7. Grayscale: #A7A7A7. Windows color (decimal): -3562152 or 5809609. OLE color: 5809609.
HSL color Cylindrical-coordinate representation of color #C9A558: hue angle of 40.88º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C9A558 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 165 | 88 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.21 |
| HSL | 40.88º | 0.51% | 0.57% | - |
| HSV(B) | 40.88º | 0.56% | 0.79% | - |
| XYZ | 39.3 | 40.03 | 14.89 | - |
| YUV | 166.99 | 83.43 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 165 | 88 | 0 | 0.18 | 0.56 | 0.21 | 40.88 | 0.51 | 0.57 |
| Hex | C9 | A5 | 58 | 0 | 12 | 38 | 15 | 29 | 33 | 39 |
| Octal | 311 | 245 | 130 | 0 | 22 | 70 | 25 | 51 | 63 | 71 |
| Binary | 11001001 | 10100101 | 1011000 | 0 | 10010 | 111000 | 10101 | 101001 | 110011 | 111001 |
Color Harmonies of #C9A558
Complementary color
Monochromatic Colors of #C9A558
Black with #C9A558
Text Example
Text Example
White with #C9A558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A558; }
p { color: rgb(201,165,88); }
H1.HeaderClassName
{
color: #C9A558;
}
.AnyTagClassName
{
color: #C9A558;
}
</style>
background-color css
<style>
a { background-color: #C9A558; }
a { background-color: rgb(201,165,88); }
div.DivClassName
{
background-color: #C9A558;
}
.BgClassName
{
background-color: #C9A558;
}
</style>
border-color css
<style>
span { border-color: #C9A558; }
span { border-color: rgb(201,165,88); }
td.TdClassName
{
border-color: #C9A558;
}
.TagClassName
{
border-color: #C9A558;
}
</style>