Shades of Laser #C2A862
Tints of Laser #C2A862
RGB
CMYK
RGB Variations
Color information
#C2A862 (or 0xC2A862) is known color: Laser. HEX triplet: C2, A8 and 62. RGB value is (194,168,98). Sum of RGB (Red+Green+Blue) = 194+168+98=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 98 (38.67% from 255 or 21.30% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A862 is #3D579D. Grayscale: #A8A8A8. Windows color (decimal): -4020126 or 6465730. OLE color: 6465730.
HSL color Cylindrical-coordinate representation of color #C2A862: hue angle of 43.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 #C2A862 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 168 | 98 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.24 |
| HSL | 43.75º | 0.44% | 0.57% | - |
| HSV(B) | 43.75º | 0.49% | 0.76% | - |
| XYZ | 38.46 | 40.36 | 17.32 | - |
| YUV | 167.79 | 88.61 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 98 | 0 | 0.13 | 0.49 | 0.24 | 43.75 | 0.44 | 0.57 |
| Hex | C2 | A8 | 62 | 0 | D | 31 | 18 | 2C | 2C | 39 |
| Octal | 302 | 250 | 142 | 0 | 15 | 61 | 30 | 54 | 54 | 71 |
| Binary | 11000010 | 10101000 | 1100010 | 0 | 1101 | 110001 | 11000 | 101100 | 101100 | 111001 |
Color Harmonies of #C2A862
Complementary color
Monochromatic Colors of #C2A862
Black with #C2A862
Text Example
Text Example
White with #C2A862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A862; }
p { color: rgb(194,168,98); }
H1.HeaderClassName
{
color: #C2A862;
}
.AnyTagClassName
{
color: #C2A862;
}
</style>
background-color css
<style>
a { background-color: #C2A862; }
a { background-color: rgb(194,168,98); }
div.DivClassName
{
background-color: #C2A862;
}
.BgClassName
{
background-color: #C2A862;
}
</style>
border-color css
<style>
span { border-color: #C2A862; }
span { border-color: rgb(194,168,98); }
td.TdClassName
{
border-color: #C2A862;
}
.TagClassName
{
border-color: #C2A862;
}
</style>