Shades of Laser #C3AF63
Tints of Laser #C3AF63
RGB
CMYK
RGB Variations
Color information
#C3AF63 (or 0xC3AF63) is known color: Laser. HEX triplet: C3, AF and 63. RGB value is (195,175,99). Sum of RGB (Red+Green+Blue) = 195+175+99=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 99 (39.06% from 255 or 21.11% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AF63 is #3C509C. Grayscale: #ACACAC. Windows color (decimal): -3952797 or 6533059. OLE color: 6533059.
HSL color Cylindrical-coordinate representation of color #C3AF63: hue angle of 47.5º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C3AF63 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 99 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.24 |
| HSL | 47.5º | 0.44% | 0.58% | - |
| HSV(B) | 47.5º | 0.49% | 0.76% | - |
| XYZ | 40.09 | 43.16 | 18.02 | - |
| YUV | 172.32 | 86.63 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 99 | 0 | 0.10 | 0.49 | 0.24 | 47.5 | 0.44 | 0.58 |
| Hex | C3 | AF | 63 | 0 | A | 31 | 18 | 30 | 2C | 3A |
| Octal | 303 | 257 | 143 | 0 | 12 | 61 | 30 | 60 | 54 | 72 |
| Binary | 11000011 | 10101111 | 1100011 | 0 | 1010 | 110001 | 11000 | 110000 | 101100 | 111010 |
Color Harmonies of #C3AF63
Complementary color
Monochromatic Colors of #C3AF63
Black with #C3AF63
Text Example
Text Example
White with #C3AF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AF63; }
p { color: rgb(195,175,99); }
H1.HeaderClassName
{
color: #C3AF63;
}
.AnyTagClassName
{
color: #C3AF63;
}
</style>
background-color css
<style>
a { background-color: #C3AF63; }
a { background-color: rgb(195,175,99); }
div.DivClassName
{
background-color: #C3AF63;
}
.BgClassName
{
background-color: #C3AF63;
}
</style>
border-color css
<style>
span { border-color: #C3AF63; }
span { border-color: rgb(195,175,99); }
td.TdClassName
{
border-color: #C3AF63;
}
.TagClassName
{
border-color: #C3AF63;
}
</style>