Shades of Laser #C2A45C
Tints of Laser #C2A45C
RGB
CMYK
RGB Variations
Color information
#C2A45C (or 0xC2A45C) is known color: Laser. HEX triplet: C2, A4 and 5C. RGB value is (194,164,92). Sum of RGB (Red+Green+Blue) = 194+164+92=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 164 (64.45% from 255 or 36.44% from 450); Blue value is 92 (36.33% from 255 or 20.44% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A45C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A45C is #3D5BA3. Grayscale: #A5A5A5. Windows color (decimal): -4021156 or 6071490. OLE color: 6071490.
HSL color Cylindrical-coordinate representation of color #C2A45C: hue angle of 42.35º 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 #C2A45C is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 164 | 92 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.24 |
| HSL | 42.35º | 0.46% | 0.56% | - |
| HSV(B) | 42.35º | 0.53% | 0.76% | - |
| XYZ | 37.46 | 38.79 | 15.64 | - |
| YUV | 164.76 | 86.94 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 92 | 0 | 0.15 | 0.53 | 0.24 | 42.35 | 0.46 | 0.56 |
| Hex | C2 | A4 | 5C | 0 | F | 35 | 18 | 2A | 2E | 38 |
| Octal | 302 | 244 | 134 | 0 | 17 | 65 | 30 | 52 | 56 | 70 |
| Binary | 11000010 | 10100100 | 1011100 | 0 | 1111 | 110101 | 11000 | 101010 | 101110 | 111000 |
Color Harmonies of #C2A45C
Complementary color
Monochromatic Colors of #C2A45C
Black with #C2A45C
Text Example
Text Example
White with #C2A45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A45C; }
p { color: rgb(194,164,92); }
H1.HeaderClassName
{
color: #C2A45C;
}
.AnyTagClassName
{
color: #C2A45C;
}
</style>
background-color css
<style>
a { background-color: #C2A45C; }
a { background-color: rgb(194,164,92); }
div.DivClassName
{
background-color: #C2A45C;
}
.BgClassName
{
background-color: #C2A45C;
}
</style>
border-color css
<style>
span { border-color: #C2A45C; }
span { border-color: rgb(194,164,92); }
td.TdClassName
{
border-color: #C2A45C;
}
.TagClassName
{
border-color: #C2A45C;
}
</style>