Shades of Laser #C2A963
Tints of Laser #C2A963
RGB
CMYK
RGB Variations
Color information
#C2A963 (or 0xC2A963) is known color: Laser. HEX triplet: C2, A9 and 63. RGB value is (194,169,99). Sum of RGB (Red+Green+Blue) = 194+169+99=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 169 (66.41% from 255 or 36.58% from 462); Blue value is 99 (39.06% from 255 or 21.43% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A963 is #3D569C. Grayscale: #A8A8A8. Windows color (decimal): -4019869 or 6531522. OLE color: 6531522.
HSL color Cylindrical-coordinate representation of color #C2A963: hue angle of 44.21º 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 #C2A963 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 169 | 99 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.24 |
| HSL | 44.21º | 0.44% | 0.57% | - |
| HSV(B) | 44.21º | 0.49% | 0.76% | - |
| XYZ | 38.69 | 40.75 | 17.63 | - |
| YUV | 168.5 | 88.78 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 169 | 99 | 0 | 0.13 | 0.49 | 0.24 | 44.21 | 0.44 | 0.57 |
| Hex | C2 | A9 | 63 | 0 | D | 31 | 18 | 2C | 2C | 39 |
| Octal | 302 | 251 | 143 | 0 | 15 | 61 | 30 | 54 | 54 | 71 |
| Binary | 11000010 | 10101001 | 1100011 | 0 | 1101 | 110001 | 11000 | 101100 | 101100 | 111001 |
Color Harmonies of #C2A963
Complementary color
Monochromatic Colors of #C2A963
Black with #C2A963
Text Example
Text Example
White with #C2A963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A963; }
p { color: rgb(194,169,99); }
H1.HeaderClassName
{
color: #C2A963;
}
.AnyTagClassName
{
color: #C2A963;
}
</style>
background-color css
<style>
a { background-color: #C2A963; }
a { background-color: rgb(194,169,99); }
div.DivClassName
{
background-color: #C2A963;
}
.BgClassName
{
background-color: #C2A963;
}
</style>
border-color css
<style>
span { border-color: #C2A963; }
span { border-color: rgb(194,169,99); }
td.TdClassName
{
border-color: #C2A963;
}
.TagClassName
{
border-color: #C2A963;
}
</style>