Shades of Laser #C8AC5D
Tints of Laser #C8AC5D
RGB
CMYK
RGB Variations
Color information
#C8AC5D (or 0xC8AC5D) is known color: Laser. HEX triplet: C8, AC and 5D. RGB value is (200,172,93). Sum of RGB (Red+Green+Blue) = 200+172+93=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AC5D is #3753A2. Grayscale: #ABABAB. Windows color (decimal): -3625891 or 6139080. OLE color: 6139080.
HSL color Cylindrical-coordinate representation of color #C8AC5D: hue angle of 44.3º 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 #C8AC5D is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 172 | 93 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.22 |
| HSL | 44.3º | 0.49% | 0.57% | - |
| HSV(B) | 44.3º | 0.54% | 0.78% | - |
| XYZ | 40.55 | 42.57 | 16.44 | - |
| YUV | 171.37 | 83.78 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 172 | 93 | 0 | 0.14 | 0.54 | 0.22 | 44.3 | 0.49 | 0.57 |
| Hex | C8 | AC | 5D | 0 | E | 36 | 16 | 2C | 31 | 39 |
| Octal | 310 | 254 | 135 | 0 | 16 | 66 | 26 | 54 | 61 | 71 |
| Binary | 11001000 | 10101100 | 1011101 | 0 | 1110 | 110110 | 10110 | 101100 | 110001 | 111001 |
Color Harmonies of #C8AC5D
Complementary color
Monochromatic Colors of #C8AC5D
Black with #C8AC5D
Text Example
Text Example
White with #C8AC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AC5D; }
p { color: rgb(200,172,93); }
H1.HeaderClassName
{
color: #C8AC5D;
}
.AnyTagClassName
{
color: #C8AC5D;
}
</style>
background-color css
<style>
a { background-color: #C8AC5D; }
a { background-color: rgb(200,172,93); }
div.DivClassName
{
background-color: #C8AC5D;
}
.BgClassName
{
background-color: #C8AC5D;
}
</style>
border-color css
<style>
span { border-color: #C8AC5D; }
span { border-color: rgb(200,172,93); }
td.TdClassName
{
border-color: #C8AC5D;
}
.TagClassName
{
border-color: #C8AC5D;
}
</style>