Shades of Laser #C6A865
Tints of Laser #C6A865
RGB
CMYK
RGB Variations
Color information
#C6A865 (or 0xC6A865) is known color: Laser. HEX triplet: C6, A8 and 65. RGB value is (198,168,101). Sum of RGB (Red+Green+Blue) = 198+168+101=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A865 is #39579A. Grayscale: #A9A9A9. Windows color (decimal): -3757979 or 6662342. OLE color: 6662342.
HSL color Cylindrical-coordinate representation of color #C6A865: hue angle of 41.44º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C6A865 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 168 | 101 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.22 |
| HSL | 41.44º | 0.46% | 0.59% | - |
| HSV(B) | 41.44º | 0.49% | 0.78% | - |
| XYZ | 39.64 | 40.95 | 18.13 | - |
| YUV | 169.33 | 89.44 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 168 | 101 | 0 | 0.15 | 0.49 | 0.22 | 41.44 | 0.46 | 0.59 |
| Hex | C6 | A8 | 65 | 0 | F | 31 | 16 | 29 | 2E | 3B |
| Octal | 306 | 250 | 145 | 0 | 17 | 61 | 26 | 51 | 56 | 73 |
| Binary | 11000110 | 10101000 | 1100101 | 0 | 1111 | 110001 | 10110 | 101001 | 101110 | 111011 |
Color Harmonies of #C6A865
Complementary color
Monochromatic Colors of #C6A865
Black with #C6A865
Text Example
Text Example
White with #C6A865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A865; }
p { color: rgb(198,168,101); }
H1.HeaderClassName
{
color: #C6A865;
}
.AnyTagClassName
{
color: #C6A865;
}
</style>
background-color css
<style>
a { background-color: #C6A865; }
a { background-color: rgb(198,168,101); }
div.DivClassName
{
background-color: #C6A865;
}
.BgClassName
{
background-color: #C6A865;
}
</style>
border-color css
<style>
span { border-color: #C6A865; }
span { border-color: rgb(198,168,101); }
td.TdClassName
{
border-color: #C6A865;
}
.TagClassName
{
border-color: #C6A865;
}
</style>