Shades of Laser #C7AF66
Tints of Laser #C7AF66
RGB
CMYK
RGB Variations
Color information
#C7AF66 (or 0xC7AF66) is known color: Laser. HEX triplet: C7, AF and 66. RGB value is (199,175,102). Sum of RGB (Red+Green+Blue) = 199+175+102=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AF66 is #385099. Grayscale: #AEAEAE. Windows color (decimal): -3690650 or 6729671. OLE color: 6729671.
HSL color Cylindrical-coordinate representation of color #C7AF66: hue angle of 45.15º 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 #C7AF66 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 175 | 102 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.22 |
| HSL | 45.15º | 0.46% | 0.59% | - |
| HSV(B) | 45.15º | 0.49% | 0.78% | - |
| XYZ | 41.28 | 43.76 | 18.84 | - |
| YUV | 173.85 | 87.45 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 175 | 102 | 0 | 0.12 | 0.49 | 0.22 | 45.15 | 0.46 | 0.59 |
| Hex | C7 | AF | 66 | 0 | C | 31 | 16 | 2D | 2E | 3B |
| Octal | 307 | 257 | 146 | 0 | 14 | 61 | 26 | 55 | 56 | 73 |
| Binary | 11000111 | 10101111 | 1100110 | 0 | 1100 | 110001 | 10110 | 101101 | 101110 | 111011 |
Color Harmonies of #C7AF66
Complementary color
Monochromatic Colors of #C7AF66
Black with #C7AF66
Text Example
Text Example
White with #C7AF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AF66; }
p { color: rgb(199,175,102); }
H1.HeaderClassName
{
color: #C7AF66;
}
.AnyTagClassName
{
color: #C7AF66;
}
</style>
background-color css
<style>
a { background-color: #C7AF66; }
a { background-color: rgb(199,175,102); }
div.DivClassName
{
background-color: #C7AF66;
}
.BgClassName
{
background-color: #C7AF66;
}
</style>
border-color css
<style>
span { border-color: #C7AF66; }
span { border-color: rgb(199,175,102); }
td.TdClassName
{
border-color: #C7AF66;
}
.TagClassName
{
border-color: #C7AF66;
}
</style>