Shades of Laser #C8AF62
Tints of Laser #C8AF62
RGB
CMYK
RGB Variations
Color information
#C8AF62 (or 0xC8AF62) is known color: Laser. HEX triplet: C8, AF and 62. RGB value is (200,175,98). Sum of RGB (Red+Green+Blue) = 200+175+98=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 98 (38.67% from 255 or 20.72% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AF62 is #37509D. Grayscale: #AEAEAE. Windows color (decimal): -3625118 or 6467528. OLE color: 6467528.
HSL color Cylindrical-coordinate representation of color #C8AF62: hue angle of 45.29º 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 #C8AF62 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 98 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.22 |
| HSL | 45.29º | 0.48% | 0.58% | - |
| HSV(B) | 45.29º | 0.51% | 0.78% | - |
| XYZ | 41.35 | 43.82 | 17.83 | - |
| YUV | 173.7 | 85.28 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 98 | 0 | 0.12 | 0.51 | 0.22 | 45.29 | 0.48 | 0.58 |
| Hex | C8 | AF | 62 | 0 | C | 33 | 16 | 2D | 30 | 3A |
| Octal | 310 | 257 | 142 | 0 | 14 | 63 | 26 | 55 | 60 | 72 |
| Binary | 11001000 | 10101111 | 1100010 | 0 | 1100 | 110011 | 10110 | 101101 | 110000 | 111010 |
Color Harmonies of #C8AF62
Complementary color
Monochromatic Colors of #C8AF62
Black with #C8AF62
Text Example
Text Example
White with #C8AF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AF62; }
p { color: rgb(200,175,98); }
H1.HeaderClassName
{
color: #C8AF62;
}
.AnyTagClassName
{
color: #C8AF62;
}
</style>
background-color css
<style>
a { background-color: #C8AF62; }
a { background-color: rgb(200,175,98); }
div.DivClassName
{
background-color: #C8AF62;
}
.BgClassName
{
background-color: #C8AF62;
}
</style>
border-color css
<style>
span { border-color: #C8AF62; }
span { border-color: rgb(200,175,98); }
td.TdClassName
{
border-color: #C8AF62;
}
.TagClassName
{
border-color: #C8AF62;
}
</style>