Shades of Laser #C6B366
Tints of Laser #C6B366
RGB
CMYK
RGB Variations
Color information
#C6B366 (or 0xC6B366) is known color: Laser. HEX triplet: C6, B3 and 66. RGB value is (198,179,102). Sum of RGB (Red+Green+Blue) = 198+179+102=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B366 is #394C99. Grayscale: #B0B0B0. Windows color (decimal): -3755162 or 6730694. OLE color: 6730694.
HSL color Cylindrical-coordinate representation of color #C6B366: hue angle of 48.12º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C6B366 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 179 | 102 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.22 |
| HSL | 48.13º | 0.46% | 0.59% | - |
| HSV(B) | 48.13º | 0.48% | 0.78% | - |
| XYZ | 41.81 | 45.21 | 19.09 | - |
| YUV | 175.9 | 86.29 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 179 | 102 | 0 | 0.10 | 0.48 | 0.22 | 48.13 | 0.46 | 0.59 |
| Hex | C6 | B3 | 66 | 0 | A | 30 | 16 | 30 | 2E | 3B |
| Octal | 306 | 263 | 146 | 0 | 12 | 60 | 26 | 60 | 56 | 73 |
| Binary | 11000110 | 10110011 | 1100110 | 0 | 1010 | 110000 | 10110 | 110000 | 101110 | 111011 |
Color Harmonies of #C6B366
Complementary color
Monochromatic Colors of #C6B366
Black with #C6B366
Text Example
Text Example
White with #C6B366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B366; }
p { color: rgb(198,179,102); }
H1.HeaderClassName
{
color: #C6B366;
}
.AnyTagClassName
{
color: #C6B366;
}
</style>
background-color css
<style>
a { background-color: #C6B366; }
a { background-color: rgb(198,179,102); }
div.DivClassName
{
background-color: #C6B366;
}
.BgClassName
{
background-color: #C6B366;
}
</style>
border-color css
<style>
span { border-color: #C6B366; }
span { border-color: rgb(198,179,102); }
td.TdClassName
{
border-color: #C6B366;
}
.TagClassName
{
border-color: #C6B366;
}
</style>