Shades of Laser #C2A05A
Tints of Laser #C2A05A
RGB
CMYK
RGB Variations
Color information
#C2A05A (or 0xC2A05A) is known color: Laser. HEX triplet: C2, A0 and 5A. RGB value is (194,160,90). Sum of RGB (Red+Green+Blue) = 194+160+90=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A05A is #3D5FA5. Grayscale: #A2A2A2. Windows color (decimal): -4022182 or 5939394. OLE color: 5939394.
HSL color Cylindrical-coordinate representation of color #C2A05A: hue angle of 40.38º 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 #C2A05A is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 160 | 90 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.24 |
| HSL | 40.38º | 0.46% | 0.56% | - |
| HSV(B) | 40.38º | 0.54% | 0.76% | - |
| XYZ | 36.66 | 37.35 | 14.95 | - |
| YUV | 162.19 | 87.26 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 90 | 0 | 0.18 | 0.54 | 0.24 | 40.38 | 0.46 | 0.56 |
| Hex | C2 | A0 | 5A | 0 | 12 | 36 | 18 | 28 | 2E | 38 |
| Octal | 302 | 240 | 132 | 0 | 22 | 66 | 30 | 50 | 56 | 70 |
| Binary | 11000010 | 10100000 | 1011010 | 0 | 10010 | 110110 | 11000 | 101000 | 101110 | 111000 |
Color Harmonies of #C2A05A
Complementary color
Monochromatic Colors of #C2A05A
Black with #C2A05A
Text Example
Text Example
White with #C2A05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A05A; }
p { color: rgb(194,160,90); }
H1.HeaderClassName
{
color: #C2A05A;
}
.AnyTagClassName
{
color: #C2A05A;
}
</style>
background-color css
<style>
a { background-color: #C2A05A; }
a { background-color: rgb(194,160,90); }
div.DivClassName
{
background-color: #C2A05A;
}
.BgClassName
{
background-color: #C2A05A;
}
</style>
border-color css
<style>
span { border-color: #C2A05A; }
span { border-color: rgb(194,160,90); }
td.TdClassName
{
border-color: #C2A05A;
}
.TagClassName
{
border-color: #C2A05A;
}
</style>