Shades of Laser #C8A25D
Tints of Laser #C8A25D
RGB
CMYK
RGB Variations
Color information
#C8A25D (or 0xC8A25D) is known color: Laser. HEX triplet: C8, A2 and 5D. RGB value is (200,162,93). Sum of RGB (Red+Green+Blue) = 200+162+93=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 93 (36.72% from 255 or 20.44% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A25D is #375DA2. Grayscale: #A5A5A5. Windows color (decimal): -3628451 or 6136520. OLE color: 6136520.
HSL color Cylindrical-coordinate representation of color #C8A25D: hue angle of 38.69º 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 #C8A25D is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 162 | 93 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.22 |
| HSL | 38.69º | 0.49% | 0.57% | - |
| HSV(B) | 38.69º | 0.54% | 0.78% | - |
| XYZ | 38.72 | 38.91 | 15.83 | - |
| YUV | 165.5 | 87.09 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 162 | 93 | 0 | 0.19 | 0.54 | 0.22 | 38.69 | 0.49 | 0.57 |
| Hex | C8 | A2 | 5D | 0 | 13 | 36 | 16 | 27 | 31 | 39 |
| Octal | 310 | 242 | 135 | 0 | 23 | 66 | 26 | 47 | 61 | 71 |
| Binary | 11001000 | 10100010 | 1011101 | 0 | 10011 | 110110 | 10110 | 100111 | 110001 | 111001 |
Color Harmonies of #C8A25D
Complementary color
Monochromatic Colors of #C8A25D
Black with #C8A25D
Text Example
Text Example
White with #C8A25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A25D; }
p { color: rgb(200,162,93); }
H1.HeaderClassName
{
color: #C8A25D;
}
.AnyTagClassName
{
color: #C8A25D;
}
</style>
background-color css
<style>
a { background-color: #C8A25D; }
a { background-color: rgb(200,162,93); }
div.DivClassName
{
background-color: #C8A25D;
}
.BgClassName
{
background-color: #C8A25D;
}
</style>
border-color css
<style>
span { border-color: #C8A25D; }
span { border-color: rgb(200,162,93); }
td.TdClassName
{
border-color: #C8A25D;
}
.TagClassName
{
border-color: #C8A25D;
}
</style>