Shades of Laser #C2A75D
Tints of Laser #C2A75D
RGB
CMYK
RGB Variations
Color information
#C2A75D (or 0xC2A75D) is known color: Laser. HEX triplet: C2, A7 and 5D. RGB value is (194,167,93). Sum of RGB (Red+Green+Blue) = 194+167+93=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 167 (65.62% from 255 or 36.78% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A75D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A75D is #3D58A2. Grayscale: #A6A6A6. Windows color (decimal): -4020387 or 6137794. OLE color: 6137794.
HSL color Cylindrical-coordinate representation of color #C2A75D: hue angle of 43.96º 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 #C2A75D is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 167 | 93 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.24 |
| HSL | 43.96º | 0.45% | 0.56% | - |
| HSV(B) | 43.96º | 0.52% | 0.76% | - |
| XYZ | 38.04 | 39.9 | 16.05 | - |
| YUV | 166.64 | 86.45 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 167 | 93 | 0 | 0.14 | 0.52 | 0.24 | 43.96 | 0.45 | 0.56 |
| Hex | C2 | A7 | 5D | 0 | E | 34 | 18 | 2C | 2D | 38 |
| Octal | 302 | 247 | 135 | 0 | 16 | 64 | 30 | 54 | 55 | 70 |
| Binary | 11000010 | 10100111 | 1011101 | 0 | 1110 | 110100 | 11000 | 101100 | 101101 | 111000 |
Color Harmonies of #C2A75D
Complementary color
Monochromatic Colors of #C2A75D
Black with #C2A75D
Text Example
Text Example
White with #C2A75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A75D; }
p { color: rgb(194,167,93); }
H1.HeaderClassName
{
color: #C2A75D;
}
.AnyTagClassName
{
color: #C2A75D;
}
</style>
background-color css
<style>
a { background-color: #C2A75D; }
a { background-color: rgb(194,167,93); }
div.DivClassName
{
background-color: #C2A75D;
}
.BgClassName
{
background-color: #C2A75D;
}
</style>
border-color css
<style>
span { border-color: #C2A75D; }
span { border-color: rgb(194,167,93); }
td.TdClassName
{
border-color: #C2A75D;
}
.TagClassName
{
border-color: #C2A75D;
}
</style>