Shades of Laser #C8AB66
Tints of Laser #C8AB66
RGB
CMYK
RGB Variations
Color information
#C8AB66 (or 0xC8AB66) is known color: Laser. HEX triplet: C8, AB and 66. RGB value is (200,171,102). Sum of RGB (Red+Green+Blue) = 200+171+102=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AB66 is #375499. Grayscale: #ACACAC. Windows color (decimal): -3626138 or 6728648. OLE color: 6728648.
HSL color Cylindrical-coordinate representation of color #C8AB66: hue angle of 42.24º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C8AB66 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 171 | 102 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.22 |
| HSL | 42.24º | 0.47% | 0.59% | - |
| HSV(B) | 42.24º | 0.49% | 0.78% | - |
| XYZ | 40.78 | 42.36 | 18.6 | - |
| YUV | 171.81 | 88.61 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 102 | 0 | 0.14 | 0.49 | 0.22 | 42.24 | 0.47 | 0.59 |
| Hex | C8 | AB | 66 | 0 | E | 31 | 16 | 2A | 2F | 3B |
| Octal | 310 | 253 | 146 | 0 | 16 | 61 | 26 | 52 | 57 | 73 |
| Binary | 11001000 | 10101011 | 1100110 | 0 | 1110 | 110001 | 10110 | 101010 | 101111 | 111011 |
Color Harmonies of #C8AB66
Complementary color
Monochromatic Colors of #C8AB66
Black with #C8AB66
Text Example
Text Example
White with #C8AB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AB66; }
p { color: rgb(200,171,102); }
H1.HeaderClassName
{
color: #C8AB66;
}
.AnyTagClassName
{
color: #C8AB66;
}
</style>
background-color css
<style>
a { background-color: #C8AB66; }
a { background-color: rgb(200,171,102); }
div.DivClassName
{
background-color: #C8AB66;
}
.BgClassName
{
background-color: #C8AB66;
}
</style>
border-color css
<style>
span { border-color: #C8AB66; }
span { border-color: rgb(200,171,102); }
td.TdClassName
{
border-color: #C8AB66;
}
.TagClassName
{
border-color: #C8AB66;
}
</style>