Shades of Laser #C2A25C
Tints of Laser #C2A25C
RGB
CMYK
RGB Variations
Color information
#C2A25C (or 0xC2A25C) is known color: Laser. HEX triplet: C2, A2 and 5C. RGB value is (194,162,92). Sum of RGB (Red+Green+Blue) = 194+162+92=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A25C is #3D5DA3. Grayscale: #A3A3A3. Windows color (decimal): -4021668 or 6070978. OLE color: 6070978.
HSL color Cylindrical-coordinate representation of color #C2A25C: hue angle of 41.18º 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 #C2A25C is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 162 | 92 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.24 |
| HSL | 41.18º | 0.46% | 0.56% | - |
| HSV(B) | 41.18º | 0.53% | 0.76% | - |
| XYZ | 37.1 | 38.08 | 15.52 | - |
| YUV | 163.59 | 87.6 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 162 | 92 | 0 | 0.16 | 0.53 | 0.24 | 41.18 | 0.46 | 0.56 |
| Hex | C2 | A2 | 5C | 0 | 10 | 35 | 18 | 29 | 2E | 38 |
| Octal | 302 | 242 | 134 | 0 | 20 | 65 | 30 | 51 | 56 | 70 |
| Binary | 11000010 | 10100010 | 1011100 | 0 | 10000 | 110101 | 11000 | 101001 | 101110 | 111000 |
Color Harmonies of #C2A25C
Complementary color
Monochromatic Colors of #C2A25C
Black with #C2A25C
Text Example
Text Example
White with #C2A25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A25C; }
p { color: rgb(194,162,92); }
H1.HeaderClassName
{
color: #C2A25C;
}
.AnyTagClassName
{
color: #C2A25C;
}
</style>
background-color css
<style>
a { background-color: #C2A25C; }
a { background-color: rgb(194,162,92); }
div.DivClassName
{
background-color: #C2A25C;
}
.BgClassName
{
background-color: #C2A25C;
}
</style>
border-color css
<style>
span { border-color: #C2A25C; }
span { border-color: rgb(194,162,92); }
td.TdClassName
{
border-color: #C2A25C;
}
.TagClassName
{
border-color: #C2A25C;
}
</style>