Shades of Laser #C8AD64
Tints of Laser #C8AD64
RGB
CMYK
RGB Variations
Color information
#C8AD64 (or 0xC8AD64) is known color: Laser. HEX triplet: C8, AD and 64. RGB value is (200,173,100). Sum of RGB (Red+Green+Blue) = 200+173+100=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AD64 is #37529B. Grayscale: #ADADAD. Windows color (decimal): -3625628 or 6598088. OLE color: 6598088.
HSL color Cylindrical-coordinate representation of color #C8AD64: hue angle of 43.8º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8AD64 is Cyan = 0, Magento = 0.14, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 173 | 100 | - |
| CMYK | 0 | 0.14 | 0.5 | 0.22 |
| HSL | 43.8º | 0.48% | 0.59% | - |
| HSV(B) | 43.8º | 0.5% | 0.78% | - |
| XYZ | 41.06 | 43.09 | 18.21 | - |
| YUV | 172.75 | 86.95 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 100 | 0 | 0.14 | 0.5 | 0.22 | 43.8 | 0.48 | 0.59 |
| Hex | C8 | AD | 64 | 0 | E | 32 | 16 | 2C | 30 | 3B |
| Octal | 310 | 255 | 144 | 0 | 16 | 62 | 26 | 54 | 60 | 73 |
| Binary | 11001000 | 10101101 | 1100100 | 0 | 1110 | 110010 | 10110 | 101100 | 110000 | 111011 |
Color Harmonies of #C8AD64
Complementary color
Monochromatic Colors of #C8AD64
Black with #C8AD64
Text Example
Text Example
White with #C8AD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AD64; }
p { color: rgb(200,173,100); }
H1.HeaderClassName
{
color: #C8AD64;
}
.AnyTagClassName
{
color: #C8AD64;
}
</style>
background-color css
<style>
a { background-color: #C8AD64; }
a { background-color: rgb(200,173,100); }
div.DivClassName
{
background-color: #C8AD64;
}
.BgClassName
{
background-color: #C8AD64;
}
</style>
border-color css
<style>
span { border-color: #C8AD64; }
span { border-color: rgb(200,173,100); }
td.TdClassName
{
border-color: #C8AD64;
}
.TagClassName
{
border-color: #C8AD64;
}
</style>