Shades of Laser #C3AF61
Tints of Laser #C3AF61
RGB
CMYK
RGB Variations
Color information
#C3AF61 (or 0xC3AF61) is known color: Laser. HEX triplet: C3, AF and 61. RGB value is (195,175,97). Sum of RGB (Red+Green+Blue) = 195+175+97=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 97 (38.28% from 255 or 20.77% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AF61 is #3C509E. Grayscale: #ACACAC. Windows color (decimal): -3952799 or 6401987. OLE color: 6401987.
HSL color Cylindrical-coordinate representation of color #C3AF61: hue angle of 47.76º 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 #C3AF61 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 97 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.24 |
| HSL | 47.76º | 0.45% | 0.57% | - |
| HSV(B) | 47.76º | 0.5% | 0.76% | - |
| XYZ | 39.99 | 43.13 | 17.53 | - |
| YUV | 172.09 | 85.63 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 97 | 0 | 0.10 | 0.50 | 0.24 | 47.76 | 0.45 | 0.57 |
| Hex | C3 | AF | 61 | 0 | A | 32 | 18 | 30 | 2D | 39 |
| Octal | 303 | 257 | 141 | 0 | 12 | 62 | 30 | 60 | 55 | 71 |
| Binary | 11000011 | 10101111 | 1100001 | 0 | 1010 | 110010 | 11000 | 110000 | 101101 | 111001 |
Color Harmonies of #C3AF61
Complementary color
Monochromatic Colors of #C3AF61
Black with #C3AF61
Text Example
Text Example
White with #C3AF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AF61; }
p { color: rgb(195,175,97); }
H1.HeaderClassName
{
color: #C3AF61;
}
.AnyTagClassName
{
color: #C3AF61;
}
</style>
background-color css
<style>
a { background-color: #C3AF61; }
a { background-color: rgb(195,175,97); }
div.DivClassName
{
background-color: #C3AF61;
}
.BgClassName
{
background-color: #C3AF61;
}
</style>
border-color css
<style>
span { border-color: #C3AF61; }
span { border-color: rgb(195,175,97); }
td.TdClassName
{
border-color: #C3AF61;
}
.TagClassName
{
border-color: #C3AF61;
}
</style>