Shades of Laser #C2A362
Tints of Laser #C2A362
RGB
CMYK
RGB Variations
Color information
#C2A362 (or 0xC2A362) is known color: Laser. HEX triplet: C2, A3 and 62. RGB value is (194,163,98). Sum of RGB (Red+Green+Blue) = 194+163+98=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A362 is #3D5C9D. Grayscale: #A5A5A5. Windows color (decimal): -4021406 or 6464450. OLE color: 6464450.
HSL color Cylindrical-coordinate representation of color #C2A362: hue angle of 40.62º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2A362 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 163 | 98 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.24 |
| HSL | 40.63º | 0.44% | 0.57% | - |
| HSV(B) | 40.63º | 0.49% | 0.76% | - |
| XYZ | 37.55 | 38.55 | 17.02 | - |
| YUV | 164.86 | 90.27 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 163 | 98 | 0 | 0.16 | 0.49 | 0.24 | 40.63 | 0.44 | 0.57 |
| Hex | C2 | A3 | 62 | 0 | 10 | 31 | 18 | 29 | 2C | 39 |
| Octal | 302 | 243 | 142 | 0 | 20 | 61 | 30 | 51 | 54 | 71 |
| Binary | 11000010 | 10100011 | 1100010 | 0 | 10000 | 110001 | 11000 | 101001 | 101100 | 111001 |
Color Harmonies of #C2A362
Complementary color
Monochromatic Colors of #C2A362
Black with #C2A362
Text Example
Text Example
White with #C2A362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A362; }
p { color: rgb(194,163,98); }
H1.HeaderClassName
{
color: #C2A362;
}
.AnyTagClassName
{
color: #C2A362;
}
</style>
background-color css
<style>
a { background-color: #C2A362; }
a { background-color: rgb(194,163,98); }
div.DivClassName
{
background-color: #C2A362;
}
.BgClassName
{
background-color: #C2A362;
}
</style>
border-color css
<style>
span { border-color: #C2A362; }
span { border-color: rgb(194,163,98); }
td.TdClassName
{
border-color: #C2A362;
}
.TagClassName
{
border-color: #C2A362;
}
</style>