Shades of Laser #C6A35D
Tints of Laser #C6A35D
RGB
CMYK
RGB Variations
Color information
#C6A35D (or 0xC6A35D) is known color: Laser. HEX triplet: C6, A3 and 5D. RGB value is (198,163,93). Sum of RGB (Red+Green+Blue) = 198+163+93=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A35D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A35D is #395CA2. Grayscale: #A5A5A5. Windows color (decimal): -3759267 or 6136774. OLE color: 6136774.
HSL color Cylindrical-coordinate representation of color #C6A35D: hue angle of 40º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C6A35D is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 163 | 93 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.22 |
| HSL | 40º | 0.48% | 0.57% | - |
| HSV(B) | 40º | 0.53% | 0.78% | - |
| XYZ | 38.36 | 38.99 | 15.86 | - |
| YUV | 165.49 | 87.1 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 163 | 93 | 0 | 0.18 | 0.53 | 0.22 | 40 | 0.48 | 0.57 |
| Hex | C6 | A3 | 5D | 0 | 12 | 35 | 16 | 28 | 30 | 39 |
| Octal | 306 | 243 | 135 | 0 | 22 | 65 | 26 | 50 | 60 | 71 |
| Binary | 11000110 | 10100011 | 1011101 | 0 | 10010 | 110101 | 10110 | 101000 | 110000 | 111001 |
Color Harmonies of #C6A35D
Complementary color
Monochromatic Colors of #C6A35D
Black with #C6A35D
Text Example
Text Example
White with #C6A35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A35D; }
p { color: rgb(198,163,93); }
H1.HeaderClassName
{
color: #C6A35D;
}
.AnyTagClassName
{
color: #C6A35D;
}
</style>
background-color css
<style>
a { background-color: #C6A35D; }
a { background-color: rgb(198,163,93); }
div.DivClassName
{
background-color: #C6A35D;
}
.BgClassName
{
background-color: #C6A35D;
}
</style>
border-color css
<style>
span { border-color: #C6A35D; }
span { border-color: rgb(198,163,93); }
td.TdClassName
{
border-color: #C6A35D;
}
.TagClassName
{
border-color: #C6A35D;
}
</style>