Shades of Laser #C8AB63
Tints of Laser #C8AB63
RGB
CMYK
RGB Variations
Color information
#C8AB63 (or 0xC8AB63) is known color: Laser. HEX triplet: C8, AB and 63. RGB value is (200,171,99). Sum of RGB (Red+Green+Blue) = 200+171+99=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 99 (39.06% from 255 or 21.06% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AB63 is #37549C. Grayscale: #ABABAB. Windows color (decimal): -3626141 or 6532040. OLE color: 6532040.
HSL color Cylindrical-coordinate representation of color #C8AB63: hue angle of 42.77º 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 #C8AB63 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 171 | 99 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.22 |
| HSL | 42.77º | 0.48% | 0.59% | - |
| HSV(B) | 42.77º | 0.51% | 0.78% | - |
| XYZ | 40.63 | 42.31 | 17.83 | - |
| YUV | 171.46 | 87.11 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 99 | 0 | 0.14 | 0.50 | 0.22 | 42.77 | 0.48 | 0.59 |
| Hex | C8 | AB | 63 | 0 | E | 32 | 16 | 2B | 30 | 3B |
| Octal | 310 | 253 | 143 | 0 | 16 | 62 | 26 | 53 | 60 | 73 |
| Binary | 11001000 | 10101011 | 1100011 | 0 | 1110 | 110010 | 10110 | 101011 | 110000 | 111011 |
Color Harmonies of #C8AB63
Complementary color
Monochromatic Colors of #C8AB63
Black with #C8AB63
Text Example
Text Example
White with #C8AB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AB63; }
p { color: rgb(200,171,99); }
H1.HeaderClassName
{
color: #C8AB63;
}
.AnyTagClassName
{
color: #C8AB63;
}
</style>
background-color css
<style>
a { background-color: #C8AB63; }
a { background-color: rgb(200,171,99); }
div.DivClassName
{
background-color: #C8AB63;
}
.BgClassName
{
background-color: #C8AB63;
}
</style>
border-color css
<style>
span { border-color: #C8AB63; }
span { border-color: rgb(200,171,99); }
td.TdClassName
{
border-color: #C8AB63;
}
.TagClassName
{
border-color: #C8AB63;
}
</style>