Shades of Laser #C4A65E
Tints of Laser #C4A65E
RGB
CMYK
RGB Variations
Color information
#C4A65E (or 0xC4A65E) is known color: Laser. HEX triplet: C4, A6 and 5E. RGB value is (196,166,94). Sum of RGB (Red+Green+Blue) = 196+166+94=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A65E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A65E is #3B59A1. Grayscale: #A7A7A7. Windows color (decimal): -3889570 or 6203076. OLE color: 6203076.
HSL color Cylindrical-coordinate representation of color #C4A65E: hue angle of 42.35º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4A65E is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 166 | 94 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.23 |
| HSL | 42.35º | 0.46% | 0.57% | - |
| HSV(B) | 42.35º | 0.52% | 0.77% | - |
| XYZ | 38.42 | 39.82 | 16.25 | - |
| YUV | 166.76 | 86.94 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 166 | 94 | 0 | 0.15 | 0.52 | 0.23 | 42.35 | 0.46 | 0.57 |
| Hex | C4 | A6 | 5E | 0 | F | 34 | 17 | 2A | 2E | 39 |
| Octal | 304 | 246 | 136 | 0 | 17 | 64 | 27 | 52 | 56 | 71 |
| Binary | 11000100 | 10100110 | 1011110 | 0 | 1111 | 110100 | 10111 | 101010 | 101110 | 111001 |
Color Harmonies of #C4A65E
Complementary color
Monochromatic Colors of #C4A65E
Black with #C4A65E
Text Example
Text Example
White with #C4A65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A65E; }
p { color: rgb(196,166,94); }
H1.HeaderClassName
{
color: #C4A65E;
}
.AnyTagClassName
{
color: #C4A65E;
}
</style>
background-color css
<style>
a { background-color: #C4A65E; }
a { background-color: rgb(196,166,94); }
div.DivClassName
{
background-color: #C4A65E;
}
.BgClassName
{
background-color: #C4A65E;
}
</style>
border-color css
<style>
span { border-color: #C4A65E; }
span { border-color: rgb(196,166,94); }
td.TdClassName
{
border-color: #C4A65E;
}
.TagClassName
{
border-color: #C4A65E;
}
</style>