Shades of Laser #C6A965
Tints of Laser #C6A965
RGB
CMYK
RGB Variations
Color information
#C6A965 (or 0xC6A965) is known color: Laser. HEX triplet: C6, A9 and 65. RGB value is (198,169,101). Sum of RGB (Red+Green+Blue) = 198+169+101=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A965 is #39569A. Grayscale: #AAAAAA. Windows color (decimal): -3757723 or 6662598. OLE color: 6662598.
HSL color Cylindrical-coordinate representation of color #C6A965: hue angle of 42.06º 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 #C6A965 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 169 | 101 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.22 |
| HSL | 42.06º | 0.46% | 0.59% | - |
| HSV(B) | 42.06º | 0.49% | 0.78% | - |
| XYZ | 39.83 | 41.32 | 18.19 | - |
| YUV | 169.92 | 89.11 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 169 | 101 | 0 | 0.15 | 0.49 | 0.22 | 42.06 | 0.46 | 0.59 |
| Hex | C6 | A9 | 65 | 0 | F | 31 | 16 | 2A | 2E | 3B |
| Octal | 306 | 251 | 145 | 0 | 17 | 61 | 26 | 52 | 56 | 73 |
| Binary | 11000110 | 10101001 | 1100101 | 0 | 1111 | 110001 | 10110 | 101010 | 101110 | 111011 |
Color Harmonies of #C6A965
Complementary color
Monochromatic Colors of #C6A965
Black with #C6A965
Text Example
Text Example
White with #C6A965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A965; }
p { color: rgb(198,169,101); }
H1.HeaderClassName
{
color: #C6A965;
}
.AnyTagClassName
{
color: #C6A965;
}
</style>
background-color css
<style>
a { background-color: #C6A965; }
a { background-color: rgb(198,169,101); }
div.DivClassName
{
background-color: #C6A965;
}
.BgClassName
{
background-color: #C6A965;
}
</style>
border-color css
<style>
span { border-color: #C6A965; }
span { border-color: rgb(198,169,101); }
td.TdClassName
{
border-color: #C6A965;
}
.TagClassName
{
border-color: #C6A965;
}
</style>