Shades of Laser #C6A264
Tints of Laser #C6A264
RGB
CMYK
RGB Variations
Color information
#C6A264 (or 0xC6A264) is known color: Laser. HEX triplet: C6, A2 and 64. RGB value is (198,162,100). Sum of RGB (Red+Green+Blue) = 198+162+100=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 100 (39.45% from 255 or 21.74% from 460); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A264 is #395D9B. Grayscale: #A5A5A5. Windows color (decimal): -3759516 or 6595270. OLE color: 6595270.
HSL color Cylindrical-coordinate representation of color #C6A264: hue angle of 37.96º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C6A264 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 162 | 100 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.22 |
| HSL | 37.96º | 0.46% | 0.58% | - |
| HSV(B) | 37.96º | 0.49% | 0.78% | - |
| XYZ | 38.51 | 38.77 | 17.51 | - |
| YUV | 165.7 | 90.93 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 162 | 100 | 0 | 0.18 | 0.49 | 0.22 | 37.96 | 0.46 | 0.58 |
| Hex | C6 | A2 | 64 | 0 | 12 | 31 | 16 | 26 | 2E | 3A |
| Octal | 306 | 242 | 144 | 0 | 22 | 61 | 26 | 46 | 56 | 72 |
| Binary | 11000110 | 10100010 | 1100100 | 0 | 10010 | 110001 | 10110 | 100110 | 101110 | 111010 |
Color Harmonies of #C6A264
Complementary color
Monochromatic Colors of #C6A264
Black with #C6A264
Text Example
Text Example
White with #C6A264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A264; }
p { color: rgb(198,162,100); }
H1.HeaderClassName
{
color: #C6A264;
}
.AnyTagClassName
{
color: #C6A264;
}
</style>
background-color css
<style>
a { background-color: #C6A264; }
a { background-color: rgb(198,162,100); }
div.DivClassName
{
background-color: #C6A264;
}
.BgClassName
{
background-color: #C6A264;
}
</style>
border-color css
<style>
span { border-color: #C6A264; }
span { border-color: rgb(198,162,100); }
td.TdClassName
{
border-color: #C6A264;
}
.TagClassName
{
border-color: #C6A264;
}
</style>