Shades of Laser #C8A65E
Tints of Laser #C8A65E
RGB
CMYK
RGB Variations
Color information
#C8A65E (or 0xC8A65E) is known color: Laser. HEX triplet: C8, A6 and 5E. RGB value is (200,166,94). Sum of RGB (Red+Green+Blue) = 200+166+94=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A65E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A65E is #3759A1. Grayscale: #A8A8A8. Windows color (decimal): -3627426 or 6203080. OLE color: 6203080.
HSL color Cylindrical-coordinate representation of color #C8A65E: hue angle of 40.75º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8A65E is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 166 | 94 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.22 |
| HSL | 40.75º | 0.49% | 0.58% | - |
| HSV(B) | 40.75º | 0.53% | 0.78% | - |
| XYZ | 39.48 | 40.36 | 16.3 | - |
| YUV | 167.96 | 86.26 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 166 | 94 | 0 | 0.17 | 0.53 | 0.22 | 40.75 | 0.49 | 0.58 |
| Hex | C8 | A6 | 5E | 0 | 11 | 35 | 16 | 29 | 31 | 3A |
| Octal | 310 | 246 | 136 | 0 | 21 | 65 | 26 | 51 | 61 | 72 |
| Binary | 11001000 | 10100110 | 1011110 | 0 | 10001 | 110101 | 10110 | 101001 | 110001 | 111010 |
Color Harmonies of #C8A65E
Complementary color
Monochromatic Colors of #C8A65E
Black with #C8A65E
Text Example
Text Example
White with #C8A65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A65E; }
p { color: rgb(200,166,94); }
H1.HeaderClassName
{
color: #C8A65E;
}
.AnyTagClassName
{
color: #C8A65E;
}
</style>
background-color css
<style>
a { background-color: #C8A65E; }
a { background-color: rgb(200,166,94); }
div.DivClassName
{
background-color: #C8A65E;
}
.BgClassName
{
background-color: #C8A65E;
}
</style>
border-color css
<style>
span { border-color: #C8A65E; }
span { border-color: rgb(200,166,94); }
td.TdClassName
{
border-color: #C8A65E;
}
.TagClassName
{
border-color: #C8A65E;
}
</style>