Shades of Laser #C2A861
Tints of Laser #C2A861
RGB
CMYK
RGB Variations
Color information
#C2A861 (or 0xC2A861) is known color: Laser. HEX triplet: C2, A8 and 61. RGB value is (194,168,97). Sum of RGB (Red+Green+Blue) = 194+168+97=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 97 (38.28% from 255 or 21.13% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A861 is #3D579E. Grayscale: #A7A7A7. Windows color (decimal): -4020127 or 6400194. OLE color: 6400194.
HSL color Cylindrical-coordinate representation of color #C2A861: hue angle of 43.92º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2A861 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 168 | 97 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.24 |
| HSL | 43.92º | 0.44% | 0.57% | - |
| HSV(B) | 43.92º | 0.5% | 0.76% | - |
| XYZ | 38.41 | 40.34 | 17.07 | - |
| YUV | 167.68 | 88.11 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 97 | 0 | 0.13 | 0.50 | 0.24 | 43.92 | 0.44 | 0.57 |
| Hex | C2 | A8 | 61 | 0 | D | 32 | 18 | 2C | 2C | 39 |
| Octal | 302 | 250 | 141 | 0 | 15 | 62 | 30 | 54 | 54 | 71 |
| Binary | 11000010 | 10101000 | 1100001 | 0 | 1101 | 110010 | 11000 | 101100 | 101100 | 111001 |
Color Harmonies of #C2A861
Complementary color
Monochromatic Colors of #C2A861
Black with #C2A861
Text Example
Text Example
White with #C2A861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A861; }
p { color: rgb(194,168,97); }
H1.HeaderClassName
{
color: #C2A861;
}
.AnyTagClassName
{
color: #C2A861;
}
</style>
background-color css
<style>
a { background-color: #C2A861; }
a { background-color: rgb(194,168,97); }
div.DivClassName
{
background-color: #C2A861;
}
.BgClassName
{
background-color: #C2A861;
}
</style>
border-color css
<style>
span { border-color: #C2A861; }
span { border-color: rgb(194,168,97); }
td.TdClassName
{
border-color: #C2A861;
}
.TagClassName
{
border-color: #C2A861;
}
</style>