Shades of Laser #C4A66A
Tints of Laser #C4A66A
RGB
CMYK
RGB Variations
Color information
#C4A66A (or 0xC4A66A) is known color: Laser. HEX triplet: C4, A6 and 6A. RGB value is (196,166,106). Sum of RGB (Red+Green+Blue) = 196+166+106=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 106 (41.80% from 255 or 22.65% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A66A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A66A is #3B5995. Grayscale: #A8A8A8. Windows color (decimal): -3889558 or 6989508. OLE color: 6989508.
HSL color Cylindrical-coordinate representation of color #C4A66A: hue angle of 40º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C4A66A is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 166 | 106 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.23 |
| HSL | 40º | 0.43% | 0.59% | - |
| HSV(B) | 40º | 0.46% | 0.77% | - |
| XYZ | 39 | 40.05 | 19.31 | - |
| YUV | 168.13 | 92.94 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 166 | 106 | 0 | 0.15 | 0.46 | 0.23 | 40 | 0.43 | 0.59 |
| Hex | C4 | A6 | 6A | 0 | F | 2E | 17 | 28 | 2B | 3B |
| Octal | 304 | 246 | 152 | 0 | 17 | 56 | 27 | 50 | 53 | 73 |
| Binary | 11000100 | 10100110 | 1101010 | 0 | 1111 | 101110 | 10111 | 101000 | 101011 | 111011 |
Color Harmonies of #C4A66A
Complementary color
Monochromatic Colors of #C4A66A
Black with #C4A66A
Text Example
Text Example
White with #C4A66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A66A; }
p { color: rgb(196,166,106); }
H1.HeaderClassName
{
color: #C4A66A;
}
.AnyTagClassName
{
color: #C4A66A;
}
</style>
background-color css
<style>
a { background-color: #C4A66A; }
a { background-color: rgb(196,166,106); }
div.DivClassName
{
background-color: #C4A66A;
}
.BgClassName
{
background-color: #C4A66A;
}
</style>
border-color css
<style>
span { border-color: #C4A66A; }
span { border-color: rgb(196,166,106); }
td.TdClassName
{
border-color: #C4A66A;
}
.TagClassName
{
border-color: #C4A66A;
}
</style>