Shades of Laser #C6AF68
Tints of Laser #C6AF68
RGB
CMYK
RGB Variations
Color information
#C6AF68 (or 0xC6AF68) is known color: Laser. HEX triplet: C6, AF and 68. RGB value is (198,175,104). Sum of RGB (Red+Green+Blue) = 198+175+104=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AF68 is #395097. Grayscale: #AEAEAE. Windows color (decimal): -3756184 or 6860742. OLE color: 6860742.
HSL color Cylindrical-coordinate representation of color #C6AF68: hue angle of 45.32º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C6AF68 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 175 | 104 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.22 |
| HSL | 45.32º | 0.45% | 0.59% | - |
| HSV(B) | 45.32º | 0.47% | 0.78% | - |
| XYZ | 41.12 | 43.67 | 19.36 | - |
| YUV | 173.78 | 88.62 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 104 | 0 | 0.12 | 0.47 | 0.22 | 45.32 | 0.45 | 0.59 |
| Hex | C6 | AF | 68 | 0 | C | 2F | 16 | 2D | 2D | 3B |
| Octal | 306 | 257 | 150 | 0 | 14 | 57 | 26 | 55 | 55 | 73 |
| Binary | 11000110 | 10101111 | 1101000 | 0 | 1100 | 101111 | 10110 | 101101 | 101101 | 111011 |
Color Harmonies of #C6AF68
Complementary color
Monochromatic Colors of #C6AF68
Black with #C6AF68
Text Example
Text Example
White with #C6AF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AF68; }
p { color: rgb(198,175,104); }
H1.HeaderClassName
{
color: #C6AF68;
}
.AnyTagClassName
{
color: #C6AF68;
}
</style>
background-color css
<style>
a { background-color: #C6AF68; }
a { background-color: rgb(198,175,104); }
div.DivClassName
{
background-color: #C6AF68;
}
.BgClassName
{
background-color: #C6AF68;
}
</style>
border-color css
<style>
span { border-color: #C6AF68; }
span { border-color: rgb(198,175,104); }
td.TdClassName
{
border-color: #C6AF68;
}
.TagClassName
{
border-color: #C6AF68;
}
</style>