Shades of Laser #C9B063
Tints of Laser #C9B063
RGB
CMYK
RGB Variations
Color information
#C9B063 (or 0xC9B063) is known color: Laser. HEX triplet: C9, B0 and 63. RGB value is (201,176,99). Sum of RGB (Red+Green+Blue) = 201+176+99=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 99 (39.06% from 255 or 20.80% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B063 is #364F9C. Grayscale: #AFAFAF. Windows color (decimal): -3559325 or 6533321. OLE color: 6533321.
HSL color Cylindrical-coordinate representation of color #C9B063: hue angle of 45.29º 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 #C9B063 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 176 | 99 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.21 |
| HSL | 45.29º | 0.49% | 0.59% | - |
| HSV(B) | 45.29º | 0.51% | 0.79% | - |
| XYZ | 41.86 | 44.37 | 18.16 | - |
| YUV | 174.7 | 85.28 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 176 | 99 | 0 | 0.12 | 0.51 | 0.21 | 45.29 | 0.49 | 0.59 |
| Hex | C9 | B0 | 63 | 0 | C | 33 | 15 | 2D | 31 | 3B |
| Octal | 311 | 260 | 143 | 0 | 14 | 63 | 25 | 55 | 61 | 73 |
| Binary | 11001001 | 10110000 | 1100011 | 0 | 1100 | 110011 | 10101 | 101101 | 110001 | 111011 |
Color Harmonies of #C9B063
Complementary color
Monochromatic Colors of #C9B063
Black with #C9B063
Text Example
Text Example
White with #C9B063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B063; }
p { color: rgb(201,176,99); }
H1.HeaderClassName
{
color: #C9B063;
}
.AnyTagClassName
{
color: #C9B063;
}
</style>
background-color css
<style>
a { background-color: #C9B063; }
a { background-color: rgb(201,176,99); }
div.DivClassName
{
background-color: #C9B063;
}
.BgClassName
{
background-color: #C9B063;
}
</style>
border-color css
<style>
span { border-color: #C9B063; }
span { border-color: rgb(201,176,99); }
td.TdClassName
{
border-color: #C9B063;
}
.TagClassName
{
border-color: #C9B063;
}
</style>