Shades of Laser #C1AA68
Tints of Laser #C1AA68
RGB
CMYK
RGB Variations
Color information
#C1AA68 (or 0xC1AA68) is known color: Laser. HEX triplet: C1, AA and 68. RGB value is (193,170,104). Sum of RGB (Red+Green+Blue) = 193+170+104=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AA68 is #3E5597. Grayscale: #A9A9A9. Windows color (decimal): -4085144 or 6859457. OLE color: 6859457.
HSL color Cylindrical-coordinate representation of color #C1AA68: hue angle of 44.49º 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 #C1AA68 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 170 | 104 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.24 |
| HSL | 44.49º | 0.42% | 0.58% | - |
| HSV(B) | 44.49º | 0.46% | 0.76% | - |
| XYZ | 38.87 | 41.09 | 18.98 | - |
| YUV | 169.35 | 91.12 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 170 | 104 | 0 | 0.12 | 0.46 | 0.24 | 44.49 | 0.42 | 0.58 |
| Hex | C1 | AA | 68 | 0 | C | 2E | 18 | 2C | 2A | 3A |
| Octal | 301 | 252 | 150 | 0 | 14 | 56 | 30 | 54 | 52 | 72 |
| Binary | 11000001 | 10101010 | 1101000 | 0 | 1100 | 101110 | 11000 | 101100 | 101010 | 111010 |
Color Harmonies of #C1AA68
Complementary color
Monochromatic Colors of #C1AA68
Black with #C1AA68
Text Example
Text Example
White with #C1AA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AA68; }
p { color: rgb(193,170,104); }
H1.HeaderClassName
{
color: #C1AA68;
}
.AnyTagClassName
{
color: #C1AA68;
}
</style>
background-color css
<style>
a { background-color: #C1AA68; }
a { background-color: rgb(193,170,104); }
div.DivClassName
{
background-color: #C1AA68;
}
.BgClassName
{
background-color: #C1AA68;
}
</style>
border-color css
<style>
span { border-color: #C1AA68; }
span { border-color: rgb(193,170,104); }
td.TdClassName
{
border-color: #C1AA68;
}
.TagClassName
{
border-color: #C1AA68;
}
</style>