Shades of Laser #C2AA68
Tints of Laser #C2AA68
RGB
CMYK
RGB Variations
Color information
#C2AA68 (or 0xC2AA68) is known color: Laser. HEX triplet: C2, AA and 68. RGB value is (194,170,104). Sum of RGB (Red+Green+Blue) = 194+170+104=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AA68 is #3D5597. Grayscale: #A9A9A9. Windows color (decimal): -4019608 or 6859458. OLE color: 6859458.
HSL color Cylindrical-coordinate representation of color #C2AA68: hue angle of 44º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2AA68 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 170 | 104 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.24 |
| HSL | 44º | 0.42% | 0.58% | - |
| HSV(B) | 44º | 0.46% | 0.76% | - |
| XYZ | 39.12 | 41.22 | 18.99 | - |
| YUV | 169.65 | 90.95 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 104 | 0 | 0.12 | 0.46 | 0.24 | 44 | 0.42 | 0.58 |
| Hex | C2 | AA | 68 | 0 | C | 2E | 18 | 2C | 2A | 3A |
| Octal | 302 | 252 | 150 | 0 | 14 | 56 | 30 | 54 | 52 | 72 |
| Binary | 11000010 | 10101010 | 1101000 | 0 | 1100 | 101110 | 11000 | 101100 | 101010 | 111010 |
Color Harmonies of #C2AA68
Complementary color
Monochromatic Colors of #C2AA68
Black with #C2AA68
Text Example
Text Example
White with #C2AA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AA68; }
p { color: rgb(194,170,104); }
H1.HeaderClassName
{
color: #C2AA68;
}
.AnyTagClassName
{
color: #C2AA68;
}
</style>
background-color css
<style>
a { background-color: #C2AA68; }
a { background-color: rgb(194,170,104); }
div.DivClassName
{
background-color: #C2AA68;
}
.BgClassName
{
background-color: #C2AA68;
}
</style>
border-color css
<style>
span { border-color: #C2AA68; }
span { border-color: rgb(194,170,104); }
td.TdClassName
{
border-color: #C2AA68;
}
.TagClassName
{
border-color: #C2AA68;
}
</style>