Shades of Laser #C3A961
Tints of Laser #C3A961
RGB
CMYK
RGB Variations
Color information
#C3A961 (or 0xC3A961) is known color: Laser. HEX triplet: C3, A9 and 61. RGB value is (195,169,97). Sum of RGB (Red+Green+Blue) = 195+169+97=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A961 is #3C569E. Grayscale: #A8A8A8. Windows color (decimal): -3954335 or 6400451. OLE color: 6400451.
HSL color Cylindrical-coordinate representation of color #C3A961: hue angle of 44.08º 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 #C3A961 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 169 | 97 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.24 |
| HSL | 44.08º | 0.45% | 0.57% | - |
| HSV(B) | 44.08º | 0.5% | 0.76% | - |
| XYZ | 38.85 | 40.84 | 17.14 | - |
| YUV | 168.57 | 87.61 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 169 | 97 | 0 | 0.13 | 0.50 | 0.24 | 44.08 | 0.45 | 0.57 |
| Hex | C3 | A9 | 61 | 0 | D | 32 | 18 | 2C | 2D | 39 |
| Octal | 303 | 251 | 141 | 0 | 15 | 62 | 30 | 54 | 55 | 71 |
| Binary | 11000011 | 10101001 | 1100001 | 0 | 1101 | 110010 | 11000 | 101100 | 101101 | 111001 |
Color Harmonies of #C3A961
Complementary color
Monochromatic Colors of #C3A961
Black with #C3A961
Text Example
Text Example
White with #C3A961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A961; }
p { color: rgb(195,169,97); }
H1.HeaderClassName
{
color: #C3A961;
}
.AnyTagClassName
{
color: #C3A961;
}
</style>
background-color css
<style>
a { background-color: #C3A961; }
a { background-color: rgb(195,169,97); }
div.DivClassName
{
background-color: #C3A961;
}
.BgClassName
{
background-color: #C3A961;
}
</style>
border-color css
<style>
span { border-color: #C3A961; }
span { border-color: rgb(195,169,97); }
td.TdClassName
{
border-color: #C3A961;
}
.TagClassName
{
border-color: #C3A961;
}
</style>