Shades of Laser #C4AD5A
Tints of Laser #C4AD5A
RGB
CMYK
RGB Variations
Color information
#C4AD5A (or 0xC4AD5A) is known color: Laser. HEX triplet: C4, AD and 5A. RGB value is (196,173,90). Sum of RGB (Red+Green+Blue) = 196+173+90=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 90 (35.55% from 255 or 19.61% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AD5A is #3B52A5. Grayscale: #AAAAAA. Windows color (decimal): -3887782 or 5942724. OLE color: 5942724.
HSL color Cylindrical-coordinate representation of color #C4AD5A: hue angle of 46.98º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C4AD5A is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 173 | 90 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.23 |
| HSL | 46.98º | 0.47% | 0.56% | - |
| HSV(B) | 46.98º | 0.54% | 0.77% | - |
| XYZ | 39.55 | 42.36 | 15.76 | - |
| YUV | 170.42 | 82.62 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 90 | 0 | 0.12 | 0.54 | 0.23 | 46.98 | 0.47 | 0.56 |
| Hex | C4 | AD | 5A | 0 | C | 36 | 17 | 2F | 2F | 38 |
| Octal | 304 | 255 | 132 | 0 | 14 | 66 | 27 | 57 | 57 | 70 |
| Binary | 11000100 | 10101101 | 1011010 | 0 | 1100 | 110110 | 10111 | 101111 | 101111 | 111000 |
Color Harmonies of #C4AD5A
Complementary color
Monochromatic Colors of #C4AD5A
Black with #C4AD5A
Text Example
Text Example
White with #C4AD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AD5A; }
p { color: rgb(196,173,90); }
H1.HeaderClassName
{
color: #C4AD5A;
}
.AnyTagClassName
{
color: #C4AD5A;
}
</style>
background-color css
<style>
a { background-color: #C4AD5A; }
a { background-color: rgb(196,173,90); }
div.DivClassName
{
background-color: #C4AD5A;
}
.BgClassName
{
background-color: #C4AD5A;
}
</style>
border-color css
<style>
span { border-color: #C4AD5A; }
span { border-color: rgb(196,173,90); }
td.TdClassName
{
border-color: #C4AD5A;
}
.TagClassName
{
border-color: #C4AD5A;
}
</style>