Shades of Laser #C8AD61
Tints of Laser #C8AD61
RGB
CMYK
RGB Variations
Color information
#C8AD61 (or 0xC8AD61) is known color: Laser. HEX triplet: C8, AD and 61. RGB value is (200,173,97). Sum of RGB (Red+Green+Blue) = 200+173+97=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 97 (38.28% from 255 or 20.64% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AD61 is #37529E. Grayscale: #ACACAC. Windows color (decimal): -3625631 or 6401480. OLE color: 6401480.
HSL color Cylindrical-coordinate representation of color #C8AD61: hue angle of 44.27º 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 #C8AD61 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 173 | 97 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.22 |
| HSL | 44.27º | 0.48% | 0.58% | - |
| HSV(B) | 44.27º | 0.52% | 0.78% | - |
| XYZ | 40.92 | 43.03 | 17.46 | - |
| YUV | 172.41 | 85.45 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 97 | 0 | 0.14 | 0.52 | 0.22 | 44.27 | 0.48 | 0.58 |
| Hex | C8 | AD | 61 | 0 | E | 34 | 16 | 2C | 30 | 3A |
| Octal | 310 | 255 | 141 | 0 | 16 | 64 | 26 | 54 | 60 | 72 |
| Binary | 11001000 | 10101101 | 1100001 | 0 | 1110 | 110100 | 10110 | 101100 | 110000 | 111010 |
Color Harmonies of #C8AD61
Complementary color
Monochromatic Colors of #C8AD61
Black with #C8AD61
Text Example
Text Example
White with #C8AD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AD61; }
p { color: rgb(200,173,97); }
H1.HeaderClassName
{
color: #C8AD61;
}
.AnyTagClassName
{
color: #C8AD61;
}
</style>
background-color css
<style>
a { background-color: #C8AD61; }
a { background-color: rgb(200,173,97); }
div.DivClassName
{
background-color: #C8AD61;
}
.BgClassName
{
background-color: #C8AD61;
}
</style>
border-color css
<style>
span { border-color: #C8AD61; }
span { border-color: rgb(200,173,97); }
td.TdClassName
{
border-color: #C8AD61;
}
.TagClassName
{
border-color: #C8AD61;
}
</style>