Shades of Laser #C2A15B
Tints of Laser #C2A15B
RGB
CMYK
RGB Variations
Color information
#C2A15B (or 0xC2A15B) is known color: Laser. HEX triplet: C2, A1 and 5B. RGB value is (194,161,91). Sum of RGB (Red+Green+Blue) = 194+161+91=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 91 (35.94% from 255 or 20.40% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A15B is #3D5EA4. Grayscale: #A3A3A3. Windows color (decimal): -4021925 or 6005186. OLE color: 6005186.
HSL color Cylindrical-coordinate representation of color #C2A15B: hue angle of 40.78º 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 #C2A15B is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 161 | 91 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.24 |
| HSL | 40.78º | 0.46% | 0.56% | - |
| HSV(B) | 40.78º | 0.53% | 0.76% | - |
| XYZ | 36.88 | 37.71 | 15.23 | - |
| YUV | 162.89 | 87.43 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 91 | 0 | 0.17 | 0.53 | 0.24 | 40.78 | 0.46 | 0.56 |
| Hex | C2 | A1 | 5B | 0 | 11 | 35 | 18 | 29 | 2E | 38 |
| Octal | 302 | 241 | 133 | 0 | 21 | 65 | 30 | 51 | 56 | 70 |
| Binary | 11000010 | 10100001 | 1011011 | 0 | 10001 | 110101 | 11000 | 101001 | 101110 | 111000 |
Color Harmonies of #C2A15B
Complementary color
Monochromatic Colors of #C2A15B
Black with #C2A15B
Text Example
Text Example
White with #C2A15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A15B; }
p { color: rgb(194,161,91); }
H1.HeaderClassName
{
color: #C2A15B;
}
.AnyTagClassName
{
color: #C2A15B;
}
</style>
background-color css
<style>
a { background-color: #C2A15B; }
a { background-color: rgb(194,161,91); }
div.DivClassName
{
background-color: #C2A15B;
}
.BgClassName
{
background-color: #C2A15B;
}
</style>
border-color css
<style>
span { border-color: #C2A15B; }
span { border-color: rgb(194,161,91); }
td.TdClassName
{
border-color: #C2A15B;
}
.TagClassName
{
border-color: #C2A15B;
}
</style>