Shades of Laser #C3A664
Tints of Laser #C3A664
RGB
CMYK
RGB Variations
Color information
#C3A664 (or 0xC3A664) is known color: Laser. HEX triplet: C3, A6 and 64. RGB value is (195,166,100). Sum of RGB (Red+Green+Blue) = 195+166+100=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A664 is #3C599B. Grayscale: #A7A7A7. Windows color (decimal): -3955100 or 6596291. OLE color: 6596291.
HSL color Cylindrical-coordinate representation of color #C3A664: hue angle of 41.68º 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 #C3A664 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 166 | 100 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.24 |
| HSL | 41.68º | 0.44% | 0.58% | - |
| HSV(B) | 41.68º | 0.49% | 0.76% | - |
| XYZ | 38.44 | 39.79 | 17.71 | - |
| YUV | 167.15 | 90.11 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 166 | 100 | 0 | 0.15 | 0.49 | 0.24 | 41.68 | 0.44 | 0.58 |
| Hex | C3 | A6 | 64 | 0 | F | 31 | 18 | 2A | 2C | 3A |
| Octal | 303 | 246 | 144 | 0 | 17 | 61 | 30 | 52 | 54 | 72 |
| Binary | 11000011 | 10100110 | 1100100 | 0 | 1111 | 110001 | 11000 | 101010 | 101100 | 111010 |
Color Harmonies of #C3A664
Complementary color
Monochromatic Colors of #C3A664
Black with #C3A664
Text Example
Text Example
White with #C3A664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A664; }
p { color: rgb(195,166,100); }
H1.HeaderClassName
{
color: #C3A664;
}
.AnyTagClassName
{
color: #C3A664;
}
</style>
background-color css
<style>
a { background-color: #C3A664; }
a { background-color: rgb(195,166,100); }
div.DivClassName
{
background-color: #C3A664;
}
.BgClassName
{
background-color: #C3A664;
}
</style>
border-color css
<style>
span { border-color: #C3A664; }
span { border-color: rgb(195,166,100); }
td.TdClassName
{
border-color: #C3A664;
}
.TagClassName
{
border-color: #C3A664;
}
</style>