Shades of Laser #C3AA64
Tints of Laser #C3AA64
RGB
CMYK
RGB Variations
Color information
#C3AA64 (or 0xC3AA64) is known color: Laser. HEX triplet: C3, AA and 64. RGB value is (195,170,100). Sum of RGB (Red+Green+Blue) = 195+170+100=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AA64 is #3C559B. Grayscale: #A9A9A9. Windows color (decimal): -3954076 or 6597315. OLE color: 6597315.
HSL color Cylindrical-coordinate representation of color #C3AA64: hue angle of 44.21º 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 #C3AA64 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 170 | 100 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.24 |
| HSL | 44.21º | 0.44% | 0.58% | - |
| HSV(B) | 44.21º | 0.49% | 0.76% | - |
| XYZ | 39.18 | 41.27 | 17.96 | - |
| YUV | 169.5 | 88.78 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 170 | 100 | 0 | 0.13 | 0.49 | 0.24 | 44.21 | 0.44 | 0.58 |
| Hex | C3 | AA | 64 | 0 | D | 31 | 18 | 2C | 2C | 3A |
| Octal | 303 | 252 | 144 | 0 | 15 | 61 | 30 | 54 | 54 | 72 |
| Binary | 11000011 | 10101010 | 1100100 | 0 | 1101 | 110001 | 11000 | 101100 | 101100 | 111010 |
Color Harmonies of #C3AA64
Complementary color
Monochromatic Colors of #C3AA64
Black with #C3AA64
Text Example
Text Example
White with #C3AA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AA64; }
p { color: rgb(195,170,100); }
H1.HeaderClassName
{
color: #C3AA64;
}
.AnyTagClassName
{
color: #C3AA64;
}
</style>
background-color css
<style>
a { background-color: #C3AA64; }
a { background-color: rgb(195,170,100); }
div.DivClassName
{
background-color: #C3AA64;
}
.BgClassName
{
background-color: #C3AA64;
}
</style>
border-color css
<style>
span { border-color: #C3AA64; }
span { border-color: rgb(195,170,100); }
td.TdClassName
{
border-color: #C3AA64;
}
.TagClassName
{
border-color: #C3AA64;
}
</style>