Shades of Laser #C4A466
Tints of Laser #C4A466
RGB
CMYK
RGB Variations
Color information
#C4A466 (or 0xC4A466) is known color: Laser. HEX triplet: C4, A4 and 66. RGB value is (196,164,102). Sum of RGB (Red+Green+Blue) = 196+164+102=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 102 (40.23% from 255 or 22.08% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A466 is #3B5B99. Grayscale: #A6A6A6. Windows color (decimal): -3890074 or 6726852. OLE color: 6726852.
HSL color Cylindrical-coordinate representation of color #C4A466: hue angle of 39.57º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C4A466 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 164 | 102 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.23 |
| HSL | 39.57º | 0.44% | 0.58% | - |
| HSV(B) | 39.57º | 0.48% | 0.77% | - |
| XYZ | 38.44 | 39.25 | 18.12 | - |
| YUV | 166.5 | 91.6 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 164 | 102 | 0 | 0.16 | 0.48 | 0.23 | 39.57 | 0.44 | 0.58 |
| Hex | C4 | A4 | 66 | 0 | 10 | 30 | 17 | 28 | 2C | 3A |
| Octal | 304 | 244 | 146 | 0 | 20 | 60 | 27 | 50 | 54 | 72 |
| Binary | 11000100 | 10100100 | 1100110 | 0 | 10000 | 110000 | 10111 | 101000 | 101100 | 111010 |
Color Harmonies of #C4A466
Complementary color
Monochromatic Colors of #C4A466
Black with #C4A466
Text Example
Text Example
White with #C4A466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A466; }
p { color: rgb(196,164,102); }
H1.HeaderClassName
{
color: #C4A466;
}
.AnyTagClassName
{
color: #C4A466;
}
</style>
background-color css
<style>
a { background-color: #C4A466; }
a { background-color: rgb(196,164,102); }
div.DivClassName
{
background-color: #C4A466;
}
.BgClassName
{
background-color: #C4A466;
}
</style>
border-color css
<style>
span { border-color: #C4A466; }
span { border-color: rgb(196,164,102); }
td.TdClassName
{
border-color: #C4A466;
}
.TagClassName
{
border-color: #C4A466;
}
</style>