Shades of Laser #C2A961
Tints of Laser #C2A961
RGB
CMYK
RGB Variations
Color information
#C2A961 (or 0xC2A961) is known color: Laser. HEX triplet: C2, A9 and 61. RGB value is (194,169,97). Sum of RGB (Red+Green+Blue) = 194+169+97=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 169 (66.41% from 255 or 36.74% from 460); Blue value is 97 (38.28% from 255 or 21.09% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A961 is #3D569E. Grayscale: #A8A8A8. Windows color (decimal): -4019871 or 6400450. OLE color: 6400450.
HSL color Cylindrical-coordinate representation of color #C2A961: hue angle of 44.54º 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 #C2A961 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 169 | 97 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.24 |
| HSL | 44.54º | 0.44% | 0.57% | - |
| HSV(B) | 44.54º | 0.5% | 0.76% | - |
| XYZ | 38.59 | 40.71 | 17.13 | - |
| YUV | 168.27 | 87.78 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 169 | 97 | 0 | 0.13 | 0.50 | 0.24 | 44.54 | 0.44 | 0.57 |
| Hex | C2 | A9 | 61 | 0 | D | 32 | 18 | 2D | 2C | 39 |
| Octal | 302 | 251 | 141 | 0 | 15 | 62 | 30 | 55 | 54 | 71 |
| Binary | 11000010 | 10101001 | 1100001 | 0 | 1101 | 110010 | 11000 | 101101 | 101100 | 111001 |
Color Harmonies of #C2A961
Complementary color
Monochromatic Colors of #C2A961
Black with #C2A961
Text Example
Text Example
White with #C2A961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A961; }
p { color: rgb(194,169,97); }
H1.HeaderClassName
{
color: #C2A961;
}
.AnyTagClassName
{
color: #C2A961;
}
</style>
background-color css
<style>
a { background-color: #C2A961; }
a { background-color: rgb(194,169,97); }
div.DivClassName
{
background-color: #C2A961;
}
.BgClassName
{
background-color: #C2A961;
}
</style>
border-color css
<style>
span { border-color: #C2A961; }
span { border-color: rgb(194,169,97); }
td.TdClassName
{
border-color: #C2A961;
}
.TagClassName
{
border-color: #C2A961;
}
</style>