Shades of Laser #C5B05C
Tints of Laser #C5B05C
RGB
CMYK
RGB Variations
Color information
#C5B05C (or 0xC5B05C) is known color: Laser. HEX triplet: C5, B0 and 5C. RGB value is (197,176,92). Sum of RGB (Red+Green+Blue) = 197+176+92=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5B05C is #3A4FA3. Grayscale: #ADADAD. Windows color (decimal): -3821476 or 6074565. OLE color: 6074565.
HSL color Cylindrical-coordinate representation of color #C5B05C: hue angle of 48º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5B05C is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 176 | 92 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.23 |
| HSL | 48º | 0.48% | 0.57% | - |
| HSV(B) | 48º | 0.53% | 0.77% | - |
| XYZ | 40.48 | 43.69 | 16.43 | - |
| YUV | 172.7 | 82.46 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 176 | 92 | 0 | 0.11 | 0.53 | 0.23 | 48 | 0.48 | 0.57 |
| Hex | C5 | B0 | 5C | 0 | B | 35 | 17 | 30 | 30 | 39 |
| Octal | 305 | 260 | 134 | 0 | 13 | 65 | 27 | 60 | 60 | 71 |
| Binary | 11000101 | 10110000 | 1011100 | 0 | 1011 | 110101 | 10111 | 110000 | 110000 | 111001 |
Color Harmonies of #C5B05C
Complementary color
Monochromatic Colors of #C5B05C
Black with #C5B05C
Text Example
Text Example
White with #C5B05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B05C; }
p { color: rgb(197,176,92); }
H1.HeaderClassName
{
color: #C5B05C;
}
.AnyTagClassName
{
color: #C5B05C;
}
</style>
background-color css
<style>
a { background-color: #C5B05C; }
a { background-color: rgb(197,176,92); }
div.DivClassName
{
background-color: #C5B05C;
}
.BgClassName
{
background-color: #C5B05C;
}
</style>
border-color css
<style>
span { border-color: #C5B05C; }
span { border-color: rgb(197,176,92); }
td.TdClassName
{
border-color: #C5B05C;
}
.TagClassName
{
border-color: #C5B05C;
}
</style>