Shades of Laser #C2A062
Tints of Laser #C2A062
RGB
CMYK
RGB Variations
Color information
#C2A062 (or 0xC2A062) is known color: Laser. HEX triplet: C2, A0 and 62. RGB value is (194,160,98). Sum of RGB (Red+Green+Blue) = 194+160+98=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A062 is #3D5F9D. Grayscale: #A3A3A3. Windows color (decimal): -4022174 or 6463682. OLE color: 6463682.
HSL color Cylindrical-coordinate representation of color #C2A062: hue angle of 38.75º 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 #C2A062 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 160 | 98 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.24 |
| HSL | 38.75º | 0.44% | 0.57% | - |
| HSV(B) | 38.75º | 0.49% | 0.76% | - |
| XYZ | 37.02 | 37.49 | 16.84 | - |
| YUV | 163.1 | 91.26 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 98 | 0 | 0.18 | 0.49 | 0.24 | 38.75 | 0.44 | 0.57 |
| Hex | C2 | A0 | 62 | 0 | 12 | 31 | 18 | 27 | 2C | 39 |
| Octal | 302 | 240 | 142 | 0 | 22 | 61 | 30 | 47 | 54 | 71 |
| Binary | 11000010 | 10100000 | 1100010 | 0 | 10010 | 110001 | 11000 | 100111 | 101100 | 111001 |
Color Harmonies of #C2A062
Complementary color
Monochromatic Colors of #C2A062
Black with #C2A062
Text Example
Text Example
White with #C2A062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A062; }
p { color: rgb(194,160,98); }
H1.HeaderClassName
{
color: #C2A062;
}
.AnyTagClassName
{
color: #C2A062;
}
</style>
background-color css
<style>
a { background-color: #C2A062; }
a { background-color: rgb(194,160,98); }
div.DivClassName
{
background-color: #C2A062;
}
.BgClassName
{
background-color: #C2A062;
}
</style>
border-color css
<style>
span { border-color: #C2A062; }
span { border-color: rgb(194,160,98); }
td.TdClassName
{
border-color: #C2A062;
}
.TagClassName
{
border-color: #C2A062;
}
</style>