Shades of Laser #C8A762
Tints of Laser #C8A762
RGB
CMYK
RGB Variations
Color information
#C8A762 (or 0xC8A762) is known color: Laser. HEX triplet: C8, A7 and 62. RGB value is (200,167,98). Sum of RGB (Red+Green+Blue) = 200+167+98=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 167 (65.62% from 255 or 35.91% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A762 is #37589D. Grayscale: #A9A9A9. Windows color (decimal): -3627166 or 6465480. OLE color: 6465480.
HSL color Cylindrical-coordinate representation of color #C8A762: hue angle of 40.59º 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 #C8A762 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 167 | 98 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.22 |
| HSL | 40.59º | 0.48% | 0.58% | - |
| HSV(B) | 40.59º | 0.51% | 0.78% | - |
| XYZ | 39.84 | 40.8 | 17.33 | - |
| YUV | 169 | 87.93 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 167 | 98 | 0 | 0.16 | 0.51 | 0.22 | 40.59 | 0.48 | 0.58 |
| Hex | C8 | A7 | 62 | 0 | 10 | 33 | 16 | 29 | 30 | 3A |
| Octal | 310 | 247 | 142 | 0 | 20 | 63 | 26 | 51 | 60 | 72 |
| Binary | 11001000 | 10100111 | 1100010 | 0 | 10000 | 110011 | 10110 | 101001 | 110000 | 111010 |
Color Harmonies of #C8A762
Complementary color
Monochromatic Colors of #C8A762
Black with #C8A762
Text Example
Text Example
White with #C8A762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A762; }
p { color: rgb(200,167,98); }
H1.HeaderClassName
{
color: #C8A762;
}
.AnyTagClassName
{
color: #C8A762;
}
</style>
background-color css
<style>
a { background-color: #C8A762; }
a { background-color: rgb(200,167,98); }
div.DivClassName
{
background-color: #C8A762;
}
.BgClassName
{
background-color: #C8A762;
}
</style>
border-color css
<style>
span { border-color: #C8A762; }
span { border-color: rgb(200,167,98); }
td.TdClassName
{
border-color: #C8A762;
}
.TagClassName
{
border-color: #C8A762;
}
</style>