Shades of Laser #C4AD69
Tints of Laser #C4AD69
RGB
CMYK
RGB Variations
Color information
#C4AD69 (or 0xC4AD69) is known color: Laser. HEX triplet: C4, AD and 69. RGB value is (196,173,105). Sum of RGB (Red+Green+Blue) = 196+173+105=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AD69 is #3B5296. Grayscale: #ACACAC. Windows color (decimal): -3887767 or 6925764. OLE color: 6925764.
HSL color Cylindrical-coordinate representation of color #C4AD69: hue angle of 44.84º degrees, saturation: 0.44, 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 #C4AD69 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 173 | 105 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.23 |
| HSL | 44.84º | 0.44% | 0.59% | - |
| HSV(B) | 44.84º | 0.46% | 0.77% | - |
| XYZ | 40.26 | 42.64 | 19.47 | - |
| YUV | 172.13 | 90.12 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 105 | 0 | 0.12 | 0.46 | 0.23 | 44.84 | 0.44 | 0.59 |
| Hex | C4 | AD | 69 | 0 | C | 2E | 17 | 2D | 2C | 3B |
| Octal | 304 | 255 | 151 | 0 | 14 | 56 | 27 | 55 | 54 | 73 |
| Binary | 11000100 | 10101101 | 1101001 | 0 | 1100 | 101110 | 10111 | 101101 | 101100 | 111011 |
Color Harmonies of #C4AD69
Complementary color
Monochromatic Colors of #C4AD69
Black with #C4AD69
Text Example
Text Example
White with #C4AD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AD69; }
p { color: rgb(196,173,105); }
H1.HeaderClassName
{
color: #C4AD69;
}
.AnyTagClassName
{
color: #C4AD69;
}
</style>
background-color css
<style>
a { background-color: #C4AD69; }
a { background-color: rgb(196,173,105); }
div.DivClassName
{
background-color: #C4AD69;
}
.BgClassName
{
background-color: #C4AD69;
}
</style>
border-color css
<style>
span { border-color: #C4AD69; }
span { border-color: rgb(196,173,105); }
td.TdClassName
{
border-color: #C4AD69;
}
.TagClassName
{
border-color: #C4AD69;
}
</style>