Shades of Laser #C2A462
Tints of Laser #C2A462
RGB
CMYK
RGB Variations
Color information
#C2A462 (or 0xC2A462) is known color: Laser. HEX triplet: C2, A4 and 62. RGB value is (194,164,98). Sum of RGB (Red+Green+Blue) = 194+164+98=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 98 (38.67% from 255 or 21.49% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A462 is #3D5B9D. Grayscale: #A5A5A5. Windows color (decimal): -4021150 or 6464706. OLE color: 6464706.
HSL color Cylindrical-coordinate representation of color #C2A462: hue angle of 41.25º 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 #C2A462 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 164 | 98 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.24 |
| HSL | 41.25º | 0.44% | 0.57% | - |
| HSV(B) | 41.25º | 0.49% | 0.76% | - |
| XYZ | 37.73 | 38.9 | 17.08 | - |
| YUV | 165.45 | 89.94 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 98 | 0 | 0.15 | 0.49 | 0.24 | 41.25 | 0.44 | 0.57 |
| Hex | C2 | A4 | 62 | 0 | F | 31 | 18 | 29 | 2C | 39 |
| Octal | 302 | 244 | 142 | 0 | 17 | 61 | 30 | 51 | 54 | 71 |
| Binary | 11000010 | 10100100 | 1100010 | 0 | 1111 | 110001 | 11000 | 101001 | 101100 | 111001 |
Color Harmonies of #C2A462
Complementary color
Monochromatic Colors of #C2A462
Black with #C2A462
Text Example
Text Example
White with #C2A462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A462; }
p { color: rgb(194,164,98); }
H1.HeaderClassName
{
color: #C2A462;
}
.AnyTagClassName
{
color: #C2A462;
}
</style>
background-color css
<style>
a { background-color: #C2A462; }
a { background-color: rgb(194,164,98); }
div.DivClassName
{
background-color: #C2A462;
}
.BgClassName
{
background-color: #C2A462;
}
</style>
border-color css
<style>
span { border-color: #C2A462; }
span { border-color: rgb(194,164,98); }
td.TdClassName
{
border-color: #C2A462;
}
.TagClassName
{
border-color: #C2A462;
}
</style>