Shades of Laser #C3A962
Tints of Laser #C3A962
RGB
CMYK
RGB Variations
Color information
#C3A962 (or 0xC3A962) is known color: Laser. HEX triplet: C3, A9 and 62. RGB value is (195,169,98). Sum of RGB (Red+Green+Blue) = 195+169+98=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 169 (66.41% from 255 or 36.58% from 462); Blue value is 98 (38.67% from 255 or 21.21% from 462); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A962 is #3C569D. Grayscale: #A8A8A8. Windows color (decimal): -3954334 or 6465987. OLE color: 6465987.
HSL color Cylindrical-coordinate representation of color #C3A962: hue angle of 43.92º degrees, saturation: 0.45, 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 #C3A962 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 169 | 98 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.24 |
| HSL | 43.92º | 0.45% | 0.57% | - |
| HSV(B) | 43.92º | 0.5% | 0.76% | - |
| XYZ | 38.9 | 40.86 | 17.39 | - |
| YUV | 168.68 | 88.11 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 169 | 98 | 0 | 0.13 | 0.50 | 0.24 | 43.92 | 0.45 | 0.57 |
| Hex | C3 | A9 | 62 | 0 | D | 32 | 18 | 2C | 2D | 39 |
| Octal | 303 | 251 | 142 | 0 | 15 | 62 | 30 | 54 | 55 | 71 |
| Binary | 11000011 | 10101001 | 1100010 | 0 | 1101 | 110010 | 11000 | 101100 | 101101 | 111001 |
Color Harmonies of #C3A962
Complementary color
Monochromatic Colors of #C3A962
Black with #C3A962
Text Example
Text Example
White with #C3A962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A962; }
p { color: rgb(195,169,98); }
H1.HeaderClassName
{
color: #C3A962;
}
.AnyTagClassName
{
color: #C3A962;
}
</style>
background-color css
<style>
a { background-color: #C3A962; }
a { background-color: rgb(195,169,98); }
div.DivClassName
{
background-color: #C3A962;
}
.BgClassName
{
background-color: #C3A962;
}
</style>
border-color css
<style>
span { border-color: #C3A962; }
span { border-color: rgb(195,169,98); }
td.TdClassName
{
border-color: #C3A962;
}
.TagClassName
{
border-color: #C3A962;
}
</style>