Shades of Laser #C6B05C
Tints of Laser #C6B05C
RGB
CMYK
RGB Variations
Color information
#C6B05C (or 0xC6B05C) is known color: Laser. HEX triplet: C6, B0 and 5C. RGB value is (198,176,92). Sum of RGB (Red+Green+Blue) = 198+176+92=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 92 (36.33% from 255 or 19.74% from 466); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6B05C is #394FA3. Grayscale: #ADADAD. Windows color (decimal): -3755940 or 6074566. OLE color: 6074566.
HSL color Cylindrical-coordinate representation of color #C6B05C: hue angle of 47.55º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C6B05C is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 176 | 92 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.22 |
| HSL | 47.55º | 0.48% | 0.57% | - |
| HSV(B) | 47.55º | 0.54% | 0.78% | - |
| XYZ | 40.75 | 43.83 | 16.44 | - |
| YUV | 173 | 82.29 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 176 | 92 | 0 | 0.11 | 0.54 | 0.22 | 47.55 | 0.48 | 0.57 |
| Hex | C6 | B0 | 5C | 0 | B | 36 | 16 | 30 | 30 | 39 |
| Octal | 306 | 260 | 134 | 0 | 13 | 66 | 26 | 60 | 60 | 71 |
| Binary | 11000110 | 10110000 | 1011100 | 0 | 1011 | 110110 | 10110 | 110000 | 110000 | 111001 |
Color Harmonies of #C6B05C
Complementary color
Monochromatic Colors of #C6B05C
Black with #C6B05C
Text Example
Text Example
White with #C6B05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B05C; }
p { color: rgb(198,176,92); }
H1.HeaderClassName
{
color: #C6B05C;
}
.AnyTagClassName
{
color: #C6B05C;
}
</style>
background-color css
<style>
a { background-color: #C6B05C; }
a { background-color: rgb(198,176,92); }
div.DivClassName
{
background-color: #C6B05C;
}
.BgClassName
{
background-color: #C6B05C;
}
</style>
border-color css
<style>
span { border-color: #C6B05C; }
span { border-color: rgb(198,176,92); }
td.TdClassName
{
border-color: #C6B05C;
}
.TagClassName
{
border-color: #C6B05C;
}
</style>