Shades of Laser #C8AC63
Tints of Laser #C8AC63
RGB
CMYK
RGB Variations
Color information
#C8AC63 (or 0xC8AC63) is known color: Laser. HEX triplet: C8, AC and 63. RGB value is (200,172,99). Sum of RGB (Red+Green+Blue) = 200+172+99=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 99 (39.06% from 255 or 21.02% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AC63 is #37539C. Grayscale: #ACACAC. Windows color (decimal): -3625885 or 6532296. OLE color: 6532296.
HSL color Cylindrical-coordinate representation of color #C8AC63: hue angle of 43.37º 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 #C8AC63 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 172 | 99 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.22 |
| HSL | 43.37º | 0.48% | 0.59% | - |
| HSV(B) | 43.37º | 0.51% | 0.78% | - |
| XYZ | 40.82 | 42.69 | 17.89 | - |
| YUV | 172.05 | 86.78 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 172 | 99 | 0 | 0.14 | 0.50 | 0.22 | 43.37 | 0.48 | 0.59 |
| Hex | C8 | AC | 63 | 0 | E | 32 | 16 | 2B | 30 | 3B |
| Octal | 310 | 254 | 143 | 0 | 16 | 62 | 26 | 53 | 60 | 73 |
| Binary | 11001000 | 10101100 | 1100011 | 0 | 1110 | 110010 | 10110 | 101011 | 110000 | 111011 |
Color Harmonies of #C8AC63
Complementary color
Monochromatic Colors of #C8AC63
Black with #C8AC63
Text Example
Text Example
White with #C8AC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AC63; }
p { color: rgb(200,172,99); }
H1.HeaderClassName
{
color: #C8AC63;
}
.AnyTagClassName
{
color: #C8AC63;
}
</style>
background-color css
<style>
a { background-color: #C8AC63; }
a { background-color: rgb(200,172,99); }
div.DivClassName
{
background-color: #C8AC63;
}
.BgClassName
{
background-color: #C8AC63;
}
</style>
border-color css
<style>
span { border-color: #C8AC63; }
span { border-color: rgb(200,172,99); }
td.TdClassName
{
border-color: #C8AC63;
}
.TagClassName
{
border-color: #C8AC63;
}
</style>