Shades of Laser #C8AA5D
Tints of Laser #C8AA5D
RGB
CMYK
RGB Variations
Color information
#C8AA5D (or 0xC8AA5D) is known color: Laser. HEX triplet: C8, AA and 5D. RGB value is (200,170,93). Sum of RGB (Red+Green+Blue) = 200+170+93=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AA5D is #3755A2. Grayscale: #AAAAAA. Windows color (decimal): -3626403 or 6138568. OLE color: 6138568.
HSL color Cylindrical-coordinate representation of color #C8AA5D: hue angle of 43.18º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8AA5D is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 93 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.22 |
| HSL | 43.18º | 0.49% | 0.57% | - |
| HSV(B) | 43.18º | 0.54% | 0.78% | - |
| XYZ | 40.17 | 41.82 | 16.31 | - |
| YUV | 170.19 | 84.44 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 93 | 0 | 0.15 | 0.54 | 0.22 | 43.18 | 0.49 | 0.57 |
| Hex | C8 | AA | 5D | 0 | F | 36 | 16 | 2B | 31 | 39 |
| Octal | 310 | 252 | 135 | 0 | 17 | 66 | 26 | 53 | 61 | 71 |
| Binary | 11001000 | 10101010 | 1011101 | 0 | 1111 | 110110 | 10110 | 101011 | 110001 | 111001 |
Color Harmonies of #C8AA5D
Complementary color
Monochromatic Colors of #C8AA5D
Black with #C8AA5D
Text Example
Text Example
White with #C8AA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AA5D; }
p { color: rgb(200,170,93); }
H1.HeaderClassName
{
color: #C8AA5D;
}
.AnyTagClassName
{
color: #C8AA5D;
}
</style>
background-color css
<style>
a { background-color: #C8AA5D; }
a { background-color: rgb(200,170,93); }
div.DivClassName
{
background-color: #C8AA5D;
}
.BgClassName
{
background-color: #C8AA5D;
}
</style>
border-color css
<style>
span { border-color: #C8AA5D; }
span { border-color: rgb(200,170,93); }
td.TdClassName
{
border-color: #C8AA5D;
}
.TagClassName
{
border-color: #C8AA5D;
}
</style>