Shades of Laser #C4A259
Tints of Laser #C4A259
RGB
CMYK
RGB Variations
Color information
#C4A259 (or 0xC4A259) is known color: Laser. HEX triplet: C4, A2 and 59. RGB value is (196,162,89). Sum of RGB (Red+Green+Blue) = 196+162+89=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 89 (35.16% from 255 or 19.91% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A259 is #3B5DA6. Grayscale: #A4A4A4. Windows color (decimal): -3890599 or 5874372. OLE color: 5874372.
HSL color Cylindrical-coordinate representation of color #C4A259: hue angle of 40.93º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C4A259 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 162 | 89 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.23 |
| HSL | 40.93º | 0.48% | 0.56% | - |
| HSV(B) | 40.93º | 0.55% | 0.77% | - |
| XYZ | 37.49 | 38.3 | 14.87 | - |
| YUV | 163.84 | 85.76 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 162 | 89 | 0 | 0.17 | 0.55 | 0.23 | 40.93 | 0.48 | 0.56 |
| Hex | C4 | A2 | 59 | 0 | 11 | 37 | 17 | 29 | 30 | 38 |
| Octal | 304 | 242 | 131 | 0 | 21 | 67 | 27 | 51 | 60 | 70 |
| Binary | 11000100 | 10100010 | 1011001 | 0 | 10001 | 110111 | 10111 | 101001 | 110000 | 111000 |
Color Harmonies of #C4A259
Complementary color
Monochromatic Colors of #C4A259
Black with #C4A259
Text Example
Text Example
White with #C4A259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A259; }
p { color: rgb(196,162,89); }
H1.HeaderClassName
{
color: #C4A259;
}
.AnyTagClassName
{
color: #C4A259;
}
</style>
background-color css
<style>
a { background-color: #C4A259; }
a { background-color: rgb(196,162,89); }
div.DivClassName
{
background-color: #C4A259;
}
.BgClassName
{
background-color: #C4A259;
}
</style>
border-color css
<style>
span { border-color: #C4A259; }
span { border-color: rgb(196,162,89); }
td.TdClassName
{
border-color: #C4A259;
}
.TagClassName
{
border-color: #C4A259;
}
</style>