Shades of Laser #C2AA5B
Tints of Laser #C2AA5B
RGB
CMYK
RGB Variations
Color information
#C2AA5B (or 0xC2AA5B) is known color: Laser. HEX triplet: C2, AA and 5B. RGB value is (194,170,91). Sum of RGB (Red+Green+Blue) = 194+170+91=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AA5B is #3D55A4. Grayscale: #A8A8A8. Windows color (decimal): -4019621 or 6007490. OLE color: 6007490.
HSL color Cylindrical-coordinate representation of color #C2AA5B: hue angle of 46.02º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C2AA5B is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 170 | 91 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.24 |
| HSL | 46.02º | 0.46% | 0.56% | - |
| HSV(B) | 46.02º | 0.53% | 0.76% | - |
| XYZ | 38.51 | 40.97 | 15.78 | - |
| YUV | 168.17 | 84.45 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 91 | 0 | 0.12 | 0.53 | 0.24 | 46.02 | 0.46 | 0.56 |
| Hex | C2 | AA | 5B | 0 | C | 35 | 18 | 2E | 2E | 38 |
| Octal | 302 | 252 | 133 | 0 | 14 | 65 | 30 | 56 | 56 | 70 |
| Binary | 11000010 | 10101010 | 1011011 | 0 | 1100 | 110101 | 11000 | 101110 | 101110 | 111000 |
Color Harmonies of #C2AA5B
Complementary color
Monochromatic Colors of #C2AA5B
Black with #C2AA5B
Text Example
Text Example
White with #C2AA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AA5B; }
p { color: rgb(194,170,91); }
H1.HeaderClassName
{
color: #C2AA5B;
}
.AnyTagClassName
{
color: #C2AA5B;
}
</style>
background-color css
<style>
a { background-color: #C2AA5B; }
a { background-color: rgb(194,170,91); }
div.DivClassName
{
background-color: #C2AA5B;
}
.BgClassName
{
background-color: #C2AA5B;
}
</style>
border-color css
<style>
span { border-color: #C2AA5B; }
span { border-color: rgb(194,170,91); }
td.TdClassName
{
border-color: #C2AA5B;
}
.TagClassName
{
border-color: #C2AA5B;
}
</style>