Shades of Laser #C8AB61
Tints of Laser #C8AB61
RGB
CMYK
RGB Variations
Color information
#C8AB61 (or 0xC8AB61) is known color: Laser. HEX triplet: C8, AB and 61. RGB value is (200,171,97). Sum of RGB (Red+Green+Blue) = 200+171+97=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 97 (38.28% from 255 or 20.73% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AB61 is #37549E. Grayscale: #ABABAB. Windows color (decimal): -3626143 or 6400968. OLE color: 6400968.
HSL color Cylindrical-coordinate representation of color #C8AB61: hue angle of 43.11º 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 #C8AB61 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 171 | 97 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.22 |
| HSL | 43.11º | 0.48% | 0.58% | - |
| HSV(B) | 43.11º | 0.52% | 0.78% | - |
| XYZ | 40.54 | 42.27 | 17.33 | - |
| YUV | 171.24 | 86.11 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 97 | 0 | 0.14 | 0.52 | 0.22 | 43.11 | 0.48 | 0.58 |
| Hex | C8 | AB | 61 | 0 | E | 34 | 16 | 2B | 30 | 3A |
| Octal | 310 | 253 | 141 | 0 | 16 | 64 | 26 | 53 | 60 | 72 |
| Binary | 11001000 | 10101011 | 1100001 | 0 | 1110 | 110100 | 10110 | 101011 | 110000 | 111010 |
Color Harmonies of #C8AB61
Complementary color
Monochromatic Colors of #C8AB61
Black with #C8AB61
Text Example
Text Example
White with #C8AB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AB61; }
p { color: rgb(200,171,97); }
H1.HeaderClassName
{
color: #C8AB61;
}
.AnyTagClassName
{
color: #C8AB61;
}
</style>
background-color css
<style>
a { background-color: #C8AB61; }
a { background-color: rgb(200,171,97); }
div.DivClassName
{
background-color: #C8AB61;
}
.BgClassName
{
background-color: #C8AB61;
}
</style>
border-color css
<style>
span { border-color: #C8AB61; }
span { border-color: rgb(200,171,97); }
td.TdClassName
{
border-color: #C8AB61;
}
.TagClassName
{
border-color: #C8AB61;
}
</style>