Shades of Laser #C2A75E
Tints of Laser #C2A75E
RGB
CMYK
RGB Variations
Color information
#C2A75E (or 0xC2A75E) is known color: Laser. HEX triplet: C2, A7 and 5E. RGB value is (194,167,94). Sum of RGB (Red+Green+Blue) = 194+167+94=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 94 (37.11% from 255 or 20.66% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A75E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A75E is #3D58A1. Grayscale: #A7A7A7. Windows color (decimal): -4020386 or 6203330. OLE color: 6203330.
HSL color Cylindrical-coordinate representation of color #C2A75E: hue angle of 43.8º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C2A75E is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 167 | 94 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.24 |
| HSL | 43.8º | 0.45% | 0.56% | - |
| HSV(B) | 43.8º | 0.52% | 0.76% | - |
| XYZ | 38.09 | 39.91 | 16.29 | - |
| YUV | 166.75 | 86.95 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 167 | 94 | 0 | 0.14 | 0.52 | 0.24 | 43.8 | 0.45 | 0.56 |
| Hex | C2 | A7 | 5E | 0 | E | 34 | 18 | 2C | 2D | 38 |
| Octal | 302 | 247 | 136 | 0 | 16 | 64 | 30 | 54 | 55 | 70 |
| Binary | 11000010 | 10100111 | 1011110 | 0 | 1110 | 110100 | 11000 | 101100 | 101101 | 111000 |
Color Harmonies of #C2A75E
Complementary color
Monochromatic Colors of #C2A75E
Black with #C2A75E
Text Example
Text Example
White with #C2A75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A75E; }
p { color: rgb(194,167,94); }
H1.HeaderClassName
{
color: #C2A75E;
}
.AnyTagClassName
{
color: #C2A75E;
}
</style>
background-color css
<style>
a { background-color: #C2A75E; }
a { background-color: rgb(194,167,94); }
div.DivClassName
{
background-color: #C2A75E;
}
.BgClassName
{
background-color: #C2A75E;
}
</style>
border-color css
<style>
span { border-color: #C2A75E; }
span { border-color: rgb(194,167,94); }
td.TdClassName
{
border-color: #C2A75E;
}
.TagClassName
{
border-color: #C2A75E;
}
</style>