Shades of Laser #C2A25A
Tints of Laser #C2A25A
RGB
CMYK
RGB Variations
Color information
#C2A25A (or 0xC2A25A) is known color: Laser. HEX triplet: C2, A2 and 5A. RGB value is (194,162,90). Sum of RGB (Red+Green+Blue) = 194+162+90=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 90 (35.55% from 255 or 20.18% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A25A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A25A is #3D5DA5. Grayscale: #A3A3A3. Windows color (decimal): -4021670 or 5939906. OLE color: 5939906.
HSL color Cylindrical-coordinate representation of color #C2A25A: hue angle of 41.54º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2A25A is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 162 | 90 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.24 |
| HSL | 41.54º | 0.46% | 0.56% | - |
| HSV(B) | 41.54º | 0.54% | 0.76% | - |
| XYZ | 37.01 | 38.05 | 15.07 | - |
| YUV | 163.36 | 86.6 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 162 | 90 | 0 | 0.16 | 0.54 | 0.24 | 41.54 | 0.46 | 0.56 |
| Hex | C2 | A2 | 5A | 0 | 10 | 36 | 18 | 2A | 2E | 38 |
| Octal | 302 | 242 | 132 | 0 | 20 | 66 | 30 | 52 | 56 | 70 |
| Binary | 11000010 | 10100010 | 1011010 | 0 | 10000 | 110110 | 11000 | 101010 | 101110 | 111000 |
Color Harmonies of #C2A25A
Complementary color
Monochromatic Colors of #C2A25A
Black with #C2A25A
Text Example
Text Example
White with #C2A25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A25A; }
p { color: rgb(194,162,90); }
H1.HeaderClassName
{
color: #C2A25A;
}
.AnyTagClassName
{
color: #C2A25A;
}
</style>
background-color css
<style>
a { background-color: #C2A25A; }
a { background-color: rgb(194,162,90); }
div.DivClassName
{
background-color: #C2A25A;
}
.BgClassName
{
background-color: #C2A25A;
}
</style>
border-color css
<style>
span { border-color: #C2A25A; }
span { border-color: rgb(194,162,90); }
td.TdClassName
{
border-color: #C2A25A;
}
.TagClassName
{
border-color: #C2A25A;
}
</style>