Shades of Laser #C4A666
Tints of Laser #C4A666
RGB
CMYK
RGB Variations
Color information
#C4A666 (or 0xC4A666) is known color: Laser. HEX triplet: C4, A6 and 66. RGB value is (196,166,102). Sum of RGB (Red+Green+Blue) = 196+166+102=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A666 is #3B5999. Grayscale: #A7A7A7. Windows color (decimal): -3889562 or 6727364. OLE color: 6727364.
HSL color Cylindrical-coordinate representation of color #C4A666: hue angle of 40.85º 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 #C4A666 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 166 | 102 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.23 |
| HSL | 40.85º | 0.44% | 0.58% | - |
| HSV(B) | 40.85º | 0.48% | 0.77% | - |
| XYZ | 38.8 | 39.97 | 18.24 | - |
| YUV | 167.67 | 90.94 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 166 | 102 | 0 | 0.15 | 0.48 | 0.23 | 40.85 | 0.44 | 0.58 |
| Hex | C4 | A6 | 66 | 0 | F | 30 | 17 | 29 | 2C | 3A |
| Octal | 304 | 246 | 146 | 0 | 17 | 60 | 27 | 51 | 54 | 72 |
| Binary | 11000100 | 10100110 | 1100110 | 0 | 1111 | 110000 | 10111 | 101001 | 101100 | 111010 |
Color Harmonies of #C4A666
Complementary color
Monochromatic Colors of #C4A666
Black with #C4A666
Text Example
Text Example
White with #C4A666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A666; }
p { color: rgb(196,166,102); }
H1.HeaderClassName
{
color: #C4A666;
}
.AnyTagClassName
{
color: #C4A666;
}
</style>
background-color css
<style>
a { background-color: #C4A666; }
a { background-color: rgb(196,166,102); }
div.DivClassName
{
background-color: #C4A666;
}
.BgClassName
{
background-color: #C4A666;
}
</style>
border-color css
<style>
span { border-color: #C4A666; }
span { border-color: rgb(196,166,102); }
td.TdClassName
{
border-color: #C4A666;
}
.TagClassName
{
border-color: #C4A666;
}
</style>