Shades of Laser #C9B05C
Tints of Laser #C9B05C
RGB
CMYK
RGB Variations
Color information
#C9B05C (or 0xC9B05C) is known color: Laser. HEX triplet: C9, B0 and 5C. RGB value is (201,176,92). Sum of RGB (Red+Green+Blue) = 201+176+92=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 92 (36.33% from 255 or 19.62% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B05C is #364FA3. Grayscale: #AEAEAE. Windows color (decimal): -3559332 or 6074569. OLE color: 6074569.
HSL color Cylindrical-coordinate representation of color #C9B05C: hue angle of 46.24º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9B05C is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 176 | 92 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.21 |
| HSL | 46.24º | 0.5% | 0.57% | - |
| HSV(B) | 46.24º | 0.54% | 0.79% | - |
| XYZ | 41.54 | 44.24 | 16.47 | - |
| YUV | 173.9 | 81.78 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 176 | 92 | 0 | 0.12 | 0.54 | 0.21 | 46.24 | 0.5 | 0.57 |
| Hex | C9 | B0 | 5C | 0 | C | 36 | 15 | 2E | 32 | 39 |
| Octal | 311 | 260 | 134 | 0 | 14 | 66 | 25 | 56 | 62 | 71 |
| Binary | 11001001 | 10110000 | 1011100 | 0 | 1100 | 110110 | 10101 | 101110 | 110010 | 111001 |
Color Harmonies of #C9B05C
Complementary color
Monochromatic Colors of #C9B05C
Black with #C9B05C
Text Example
Text Example
White with #C9B05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B05C; }
p { color: rgb(201,176,92); }
H1.HeaderClassName
{
color: #C9B05C;
}
.AnyTagClassName
{
color: #C9B05C;
}
</style>
background-color css
<style>
a { background-color: #C9B05C; }
a { background-color: rgb(201,176,92); }
div.DivClassName
{
background-color: #C9B05C;
}
.BgClassName
{
background-color: #C9B05C;
}
</style>
border-color css
<style>
span { border-color: #C9B05C; }
span { border-color: rgb(201,176,92); }
td.TdClassName
{
border-color: #C9B05C;
}
.TagClassName
{
border-color: #C9B05C;
}
</style>