Shades of Laser #C8AB57
Tints of Laser #C8AB57
RGB
CMYK
RGB Variations
Color information
#C8AB57 (or 0xC8AB57) is known color: Laser. HEX triplet: C8, AB and 57. RGB value is (200,171,87). Sum of RGB (Red+Green+Blue) = 200+171+87=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 87 (34.38% from 255 or 19.00% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AB57 is #3754A8. Grayscale: #AAAAAA. Windows color (decimal): -3626153 or 5745608. OLE color: 5745608.
HSL color Cylindrical-coordinate representation of color #C8AB57: hue angle of 44.6º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8AB57 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 171 | 87 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.22 |
| HSL | 44.6º | 0.51% | 0.56% | - |
| HSV(B) | 44.6º | 0.57% | 0.78% | - |
| XYZ | 40.1 | 42.09 | 15.03 | - |
| YUV | 170.1 | 81.11 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 87 | 0 | 0.14 | 0.56 | 0.22 | 44.6 | 0.51 | 0.56 |
| Hex | C8 | AB | 57 | 0 | E | 38 | 16 | 2D | 33 | 38 |
| Octal | 310 | 253 | 127 | 0 | 16 | 70 | 26 | 55 | 63 | 70 |
| Binary | 11001000 | 10101011 | 1010111 | 0 | 1110 | 111000 | 10110 | 101101 | 110011 | 111000 |
Color Harmonies of #C8AB57
Complementary color
Monochromatic Colors of #C8AB57
Black with #C8AB57
Text Example
Text Example
White with #C8AB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AB57; }
p { color: rgb(200,171,87); }
H1.HeaderClassName
{
color: #C8AB57;
}
.AnyTagClassName
{
color: #C8AB57;
}
</style>
background-color css
<style>
a { background-color: #C8AB57; }
a { background-color: rgb(200,171,87); }
div.DivClassName
{
background-color: #C8AB57;
}
.BgClassName
{
background-color: #C8AB57;
}
</style>
border-color css
<style>
span { border-color: #C8AB57; }
span { border-color: rgb(200,171,87); }
td.TdClassName
{
border-color: #C8AB57;
}
.TagClassName
{
border-color: #C8AB57;
}
</style>