Shades of Laser #C8A15C
Tints of Laser #C8A15C
RGB
CMYK
RGB Variations
Color information
#C8A15C (or 0xC8A15C) is known color: Laser. HEX triplet: C8, A1 and 5C. RGB value is (200,161,92). Sum of RGB (Red+Green+Blue) = 200+161+92=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A15C is #375EA3. Grayscale: #A5A5A5. Windows color (decimal): -3628708 or 6070728. OLE color: 6070728.
HSL color Cylindrical-coordinate representation of color #C8A15C: hue angle of 38.33º 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 #C8A15C is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 161 | 92 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.22 |
| HSL | 38.33º | 0.5% | 0.57% | - |
| HSV(B) | 38.33º | 0.54% | 0.78% | - |
| XYZ | 38.5 | 38.54 | 15.54 | - |
| YUV | 164.8 | 86.92 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 161 | 92 | 0 | 0.19 | 0.54 | 0.22 | 38.33 | 0.5 | 0.57 |
| Hex | C8 | A1 | 5C | 0 | 13 | 36 | 16 | 26 | 32 | 39 |
| Octal | 310 | 241 | 134 | 0 | 23 | 66 | 26 | 46 | 62 | 71 |
| Binary | 11001000 | 10100001 | 1011100 | 0 | 10011 | 110110 | 10110 | 100110 | 110010 | 111001 |
Color Harmonies of #C8A15C
Complementary color
Monochromatic Colors of #C8A15C
Black with #C8A15C
Text Example
Text Example
White with #C8A15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A15C; }
p { color: rgb(200,161,92); }
H1.HeaderClassName
{
color: #C8A15C;
}
.AnyTagClassName
{
color: #C8A15C;
}
</style>
background-color css
<style>
a { background-color: #C8A15C; }
a { background-color: rgb(200,161,92); }
div.DivClassName
{
background-color: #C8A15C;
}
.BgClassName
{
background-color: #C8A15C;
}
</style>
border-color css
<style>
span { border-color: #C8A15C; }
span { border-color: rgb(200,161,92); }
td.TdClassName
{
border-color: #C8A15C;
}
.TagClassName
{
border-color: #C8A15C;
}
</style>