Shades of Laser #C5AA69
Tints of Laser #C5AA69
RGB
CMYK
RGB Variations
Color information
#C5AA69 (or 0xC5AA69) is known color: Laser. HEX triplet: C5, AA and 69. RGB value is (197,170,105). Sum of RGB (Red+Green+Blue) = 197+170+105=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AA69 is #3A5596. Grayscale: #AAAAAA. Windows color (decimal): -3822999 or 6924997. OLE color: 6924997.
HSL color Cylindrical-coordinate representation of color #C5AA69: hue angle of 42.39º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C5AA69 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 170 | 105 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.23 |
| HSL | 42.39º | 0.44% | 0.59% | - |
| HSV(B) | 42.39º | 0.47% | 0.77% | - |
| XYZ | 39.95 | 41.64 | 19.3 | - |
| YUV | 170.66 | 90.95 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 105 | 0 | 0.14 | 0.47 | 0.23 | 42.39 | 0.44 | 0.59 |
| Hex | C5 | AA | 69 | 0 | E | 2F | 17 | 2A | 2C | 3B |
| Octal | 305 | 252 | 151 | 0 | 16 | 57 | 27 | 52 | 54 | 73 |
| Binary | 11000101 | 10101010 | 1101001 | 0 | 1110 | 101111 | 10111 | 101010 | 101100 | 111011 |
Color Harmonies of #C5AA69
Complementary color
Monochromatic Colors of #C5AA69
Black with #C5AA69
Text Example
Text Example
White with #C5AA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AA69; }
p { color: rgb(197,170,105); }
H1.HeaderClassName
{
color: #C5AA69;
}
.AnyTagClassName
{
color: #C5AA69;
}
</style>
background-color css
<style>
a { background-color: #C5AA69; }
a { background-color: rgb(197,170,105); }
div.DivClassName
{
background-color: #C5AA69;
}
.BgClassName
{
background-color: #C5AA69;
}
</style>
border-color css
<style>
span { border-color: #C5AA69; }
span { border-color: rgb(197,170,105); }
td.TdClassName
{
border-color: #C5AA69;
}
.TagClassName
{
border-color: #C5AA69;
}
</style>