Shades of Laser #C6A45C
Tints of Laser #C6A45C
RGB
CMYK
RGB Variations
Color information
#C6A45C (or 0xC6A45C) is known color: Laser. HEX triplet: C6, A4 and 5C. RGB value is (198,164,92). Sum of RGB (Red+Green+Blue) = 198+164+92=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A45C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A45C is #395BA3. Grayscale: #A6A6A6. Windows color (decimal): -3759012 or 6071494. OLE color: 6071494.
HSL color Cylindrical-coordinate representation of color #C6A45C: hue angle of 40.75º 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 #C6A45C is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 164 | 92 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.22 |
| HSL | 40.75º | 0.48% | 0.57% | - |
| HSV(B) | 40.75º | 0.54% | 0.78% | - |
| XYZ | 38.5 | 39.33 | 15.69 | - |
| YUV | 165.96 | 86.26 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 164 | 92 | 0 | 0.17 | 0.54 | 0.22 | 40.75 | 0.48 | 0.57 |
| Hex | C6 | A4 | 5C | 0 | 11 | 36 | 16 | 29 | 30 | 39 |
| Octal | 306 | 244 | 134 | 0 | 21 | 66 | 26 | 51 | 60 | 71 |
| Binary | 11000110 | 10100100 | 1011100 | 0 | 10001 | 110110 | 10110 | 101001 | 110000 | 111001 |
Color Harmonies of #C6A45C
Complementary color
Monochromatic Colors of #C6A45C
Black with #C6A45C
Text Example
Text Example
White with #C6A45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A45C; }
p { color: rgb(198,164,92); }
H1.HeaderClassName
{
color: #C6A45C;
}
.AnyTagClassName
{
color: #C6A45C;
}
</style>
background-color css
<style>
a { background-color: #C6A45C; }
a { background-color: rgb(198,164,92); }
div.DivClassName
{
background-color: #C6A45C;
}
.BgClassName
{
background-color: #C6A45C;
}
</style>
border-color css
<style>
span { border-color: #C6A45C; }
span { border-color: rgb(198,164,92); }
td.TdClassName
{
border-color: #C6A45C;
}
.TagClassName
{
border-color: #C6A45C;
}
</style>