Shades of Laser #C8A162
Tints of Laser #C8A162
RGB
CMYK
RGB Variations
Color information
#C8A162 (or 0xC8A162) is known color: Laser. HEX triplet: C8, A1 and 62. RGB value is (200,161,98). Sum of RGB (Red+Green+Blue) = 200+161+98=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 98 (38.67% from 255 or 21.35% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A162 is #375E9D. Grayscale: #A5A5A5. Windows color (decimal): -3628702 or 6463944. OLE color: 6463944.
HSL color Cylindrical-coordinate representation of color #C8A162: hue angle of 37.06º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C8A162 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 161 | 98 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.22 |
| HSL | 37.06º | 0.48% | 0.58% | - |
| HSV(B) | 37.06º | 0.51% | 0.78% | - |
| XYZ | 38.77 | 38.65 | 16.97 | - |
| YUV | 165.48 | 89.92 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 161 | 98 | 0 | 0.19 | 0.51 | 0.22 | 37.06 | 0.48 | 0.58 |
| Hex | C8 | A1 | 62 | 0 | 13 | 33 | 16 | 25 | 30 | 3A |
| Octal | 310 | 241 | 142 | 0 | 23 | 63 | 26 | 45 | 60 | 72 |
| Binary | 11001000 | 10100001 | 1100010 | 0 | 10011 | 110011 | 10110 | 100101 | 110000 | 111010 |
Color Harmonies of #C8A162
Complementary color
Monochromatic Colors of #C8A162
Black with #C8A162
Text Example
Text Example
White with #C8A162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A162; }
p { color: rgb(200,161,98); }
H1.HeaderClassName
{
color: #C8A162;
}
.AnyTagClassName
{
color: #C8A162;
}
</style>
background-color css
<style>
a { background-color: #C8A162; }
a { background-color: rgb(200,161,98); }
div.DivClassName
{
background-color: #C8A162;
}
.BgClassName
{
background-color: #C8A162;
}
</style>
border-color css
<style>
span { border-color: #C8A162; }
span { border-color: rgb(200,161,98); }
td.TdClassName
{
border-color: #C8A162;
}
.TagClassName
{
border-color: #C8A162;
}
</style>