Shades of Laser #C4A462
Tints of Laser #C4A462
RGB
CMYK
RGB Variations
Color information
#C4A462 (or 0xC4A462) is known color: Laser. HEX triplet: C4, A4 and 62. RGB value is (196,164,98). Sum of RGB (Red+Green+Blue) = 196+164+98=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 164 (64.45% from 255 or 35.81% from 458); Blue value is 98 (38.67% from 255 or 21.40% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A462 is #3B5B9D. Grayscale: #A6A6A6. Windows color (decimal): -3890078 or 6464708. OLE color: 6464708.
HSL color Cylindrical-coordinate representation of color #C4A462: hue angle of 40.41º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C4A462 is Cyan = 0, Magento = 0.16, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 164 | 98 | - |
| CMYK | 0 | 0.16 | 0.5 | 0.23 |
| HSL | 40.41º | 0.45% | 0.58% | - |
| HSV(B) | 40.41º | 0.5% | 0.77% | - |
| XYZ | 38.25 | 39.17 | 17.1 | - |
| YUV | 166.04 | 89.6 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 164 | 98 | 0 | 0.16 | 0.5 | 0.23 | 40.41 | 0.45 | 0.58 |
| Hex | C4 | A4 | 62 | 0 | 10 | 32 | 17 | 28 | 2D | 3A |
| Octal | 304 | 244 | 142 | 0 | 20 | 62 | 27 | 50 | 55 | 72 |
| Binary | 11000100 | 10100100 | 1100010 | 0 | 10000 | 110010 | 10111 | 101000 | 101101 | 111010 |
Color Harmonies of #C4A462
Complementary color
Monochromatic Colors of #C4A462
Black with #C4A462
Text Example
Text Example
White with #C4A462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A462; }
p { color: rgb(196,164,98); }
H1.HeaderClassName
{
color: #C4A462;
}
.AnyTagClassName
{
color: #C4A462;
}
</style>
background-color css
<style>
a { background-color: #C4A462; }
a { background-color: rgb(196,164,98); }
div.DivClassName
{
background-color: #C4A462;
}
.BgClassName
{
background-color: #C4A462;
}
</style>
border-color css
<style>
span { border-color: #C4A462; }
span { border-color: rgb(196,164,98); }
td.TdClassName
{
border-color: #C4A462;
}
.TagClassName
{
border-color: #C4A462;
}
</style>