Shades of Laser #C2AD66
Tints of Laser #C2AD66
RGB
CMYK
RGB Variations
Color information
#C2AD66 (or 0xC2AD66) is known color: Laser. HEX triplet: C2, AD and 66. RGB value is (194,173,102). Sum of RGB (Red+Green+Blue) = 194+173+102=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AD66 is #3D5299. Grayscale: #ABABAB. Windows color (decimal): -4018842 or 6729154. OLE color: 6729154.
HSL color Cylindrical-coordinate representation of color #C2AD66: hue angle of 46.3º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C2AD66 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 102 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.24 |
| HSL | 46.3º | 0.43% | 0.58% | - |
| HSV(B) | 46.3º | 0.47% | 0.76% | - |
| XYZ | 39.59 | 42.32 | 18.65 | - |
| YUV | 171.19 | 88.96 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 102 | 0 | 0.11 | 0.47 | 0.24 | 46.3 | 0.43 | 0.58 |
| Hex | C2 | AD | 66 | 0 | B | 2F | 18 | 2E | 2B | 3A |
| Octal | 302 | 255 | 146 | 0 | 13 | 57 | 30 | 56 | 53 | 72 |
| Binary | 11000010 | 10101101 | 1100110 | 0 | 1011 | 101111 | 11000 | 101110 | 101011 | 111010 |
Color Harmonies of #C2AD66
Complementary color
Monochromatic Colors of #C2AD66
Black with #C2AD66
Text Example
Text Example
White with #C2AD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AD66; }
p { color: rgb(194,173,102); }
H1.HeaderClassName
{
color: #C2AD66;
}
.AnyTagClassName
{
color: #C2AD66;
}
</style>
background-color css
<style>
a { background-color: #C2AD66; }
a { background-color: rgb(194,173,102); }
div.DivClassName
{
background-color: #C2AD66;
}
.BgClassName
{
background-color: #C2AD66;
}
</style>
border-color css
<style>
span { border-color: #C2AD66; }
span { border-color: rgb(194,173,102); }
td.TdClassName
{
border-color: #C2AD66;
}
.TagClassName
{
border-color: #C2AD66;
}
</style>