Shades of Laser #C2A45A
Tints of Laser #C2A45A
RGB
CMYK
RGB Variations
Color information
#C2A45A (or 0xC2A45A) is known color: Laser. HEX triplet: C2, A4 and 5A. RGB value is (194,164,90). Sum of RGB (Red+Green+Blue) = 194+164+90=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A45A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A45A is #3D5BA5. Grayscale: #A4A4A4. Windows color (decimal): -4021158 or 5940418. OLE color: 5940418.
HSL color Cylindrical-coordinate representation of color #C2A45A: hue angle of 42.69º 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 #C2A45A is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 164 | 90 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.24 |
| HSL | 42.69º | 0.46% | 0.56% | - |
| HSV(B) | 42.69º | 0.54% | 0.76% | - |
| XYZ | 37.37 | 38.76 | 15.18 | - |
| YUV | 164.53 | 85.94 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 90 | 0 | 0.15 | 0.54 | 0.24 | 42.69 | 0.46 | 0.56 |
| Hex | C2 | A4 | 5A | 0 | F | 36 | 18 | 2B | 2E | 38 |
| Octal | 302 | 244 | 132 | 0 | 17 | 66 | 30 | 53 | 56 | 70 |
| Binary | 11000010 | 10100100 | 1011010 | 0 | 1111 | 110110 | 11000 | 101011 | 101110 | 111000 |
Color Harmonies of #C2A45A
Complementary color
Monochromatic Colors of #C2A45A
Black with #C2A45A
Text Example
Text Example
White with #C2A45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A45A; }
p { color: rgb(194,164,90); }
H1.HeaderClassName
{
color: #C2A45A;
}
.AnyTagClassName
{
color: #C2A45A;
}
</style>
background-color css
<style>
a { background-color: #C2A45A; }
a { background-color: rgb(194,164,90); }
div.DivClassName
{
background-color: #C2A45A;
}
.BgClassName
{
background-color: #C2A45A;
}
</style>
border-color css
<style>
span { border-color: #C2A45A; }
span { border-color: rgb(194,164,90); }
td.TdClassName
{
border-color: #C2A45A;
}
.TagClassName
{
border-color: #C2A45A;
}
</style>