Shades of Laser #C6A25C
Tints of Laser #C6A25C
RGB
CMYK
RGB Variations
Color information
#C6A25C (or 0xC6A25C) is known color: Laser. HEX triplet: C6, A2 and 5C. RGB value is (198,162,92). Sum of RGB (Red+Green+Blue) = 198+162+92=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A25C is #395DA3. Grayscale: #A5A5A5. Windows color (decimal): -3759524 or 6070982. OLE color: 6070982.
HSL color Cylindrical-coordinate representation of color #C6A25C: hue angle of 39.62º 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 #C6A25C is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 162 | 92 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.22 |
| HSL | 39.62º | 0.48% | 0.57% | - |
| HSV(B) | 39.62º | 0.54% | 0.78% | - |
| XYZ | 38.14 | 38.62 | 15.57 | - |
| YUV | 164.78 | 86.93 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 162 | 92 | 0 | 0.18 | 0.54 | 0.22 | 39.62 | 0.48 | 0.57 |
| Hex | C6 | A2 | 5C | 0 | 12 | 36 | 16 | 28 | 30 | 39 |
| Octal | 306 | 242 | 134 | 0 | 22 | 66 | 26 | 50 | 60 | 71 |
| Binary | 11000110 | 10100010 | 1011100 | 0 | 10010 | 110110 | 10110 | 101000 | 110000 | 111001 |
Color Harmonies of #C6A25C
Complementary color
Monochromatic Colors of #C6A25C
Black with #C6A25C
Text Example
Text Example
White with #C6A25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A25C; }
p { color: rgb(198,162,92); }
H1.HeaderClassName
{
color: #C6A25C;
}
.AnyTagClassName
{
color: #C6A25C;
}
</style>
background-color css
<style>
a { background-color: #C6A25C; }
a { background-color: rgb(198,162,92); }
div.DivClassName
{
background-color: #C6A25C;
}
.BgClassName
{
background-color: #C6A25C;
}
</style>
border-color css
<style>
span { border-color: #C6A25C; }
span { border-color: rgb(198,162,92); }
td.TdClassName
{
border-color: #C6A25C;
}
.TagClassName
{
border-color: #C6A25C;
}
</style>