Shades of Laser #C8A25C
Tints of Laser #C8A25C
RGB
CMYK
RGB Variations
Color information
#C8A25C (or 0xC8A25C) is known color: Laser. HEX triplet: C8, A2 and 5C. RGB value is (200,162,92). Sum of RGB (Red+Green+Blue) = 200+162+92=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A25C is #375DA3. Grayscale: #A5A5A5. Windows color (decimal): -3628452 or 6070984. OLE color: 6070984.
HSL color Cylindrical-coordinate representation of color #C8A25C: hue angle of 38.89º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8A25C is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 162 | 92 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.22 |
| HSL | 38.89º | 0.5% | 0.57% | - |
| HSV(B) | 38.89º | 0.54% | 0.78% | - |
| XYZ | 38.67 | 38.89 | 15.59 | - |
| YUV | 165.38 | 86.59 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 162 | 92 | 0 | 0.19 | 0.54 | 0.22 | 38.89 | 0.5 | 0.57 |
| Hex | C8 | A2 | 5C | 0 | 13 | 36 | 16 | 27 | 32 | 39 |
| Octal | 310 | 242 | 134 | 0 | 23 | 66 | 26 | 47 | 62 | 71 |
| Binary | 11001000 | 10100010 | 1011100 | 0 | 10011 | 110110 | 10110 | 100111 | 110010 | 111001 |
Color Harmonies of #C8A25C
Complementary color
Monochromatic Colors of #C8A25C
Black with #C8A25C
Text Example
Text Example
White with #C8A25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A25C; }
p { color: rgb(200,162,92); }
H1.HeaderClassName
{
color: #C8A25C;
}
.AnyTagClassName
{
color: #C8A25C;
}
</style>
background-color css
<style>
a { background-color: #C8A25C; }
a { background-color: rgb(200,162,92); }
div.DivClassName
{
background-color: #C8A25C;
}
.BgClassName
{
background-color: #C8A25C;
}
</style>
border-color css
<style>
span { border-color: #C8A25C; }
span { border-color: rgb(200,162,92); }
td.TdClassName
{
border-color: #C8A25C;
}
.TagClassName
{
border-color: #C8A25C;
}
</style>