Shades of Laser #C8B059
Tints of Laser #C8B059
RGB
CMYK
RGB Variations
Color information
#C8B059 (or 0xC8B059) is known color: Laser. HEX triplet: C8, B0 and 59. RGB value is (200,176,89). Sum of RGB (Red+Green+Blue) = 200+176+89=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 89 (35.16% from 255 or 19.14% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B059 is #374FA6. Grayscale: #ADADAD. Windows color (decimal): -3624871 or 5877960. OLE color: 5877960.
HSL color Cylindrical-coordinate representation of color #C8B059: hue angle of 47.03º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8B059 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 176 | 89 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.22 |
| HSL | 47.03º | 0.5% | 0.57% | - |
| HSV(B) | 47.03º | 0.56% | 0.78% | - |
| XYZ | 41.15 | 44.05 | 15.79 | - |
| YUV | 173.26 | 80.45 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 176 | 89 | 0 | 0.12 | 0.56 | 0.22 | 47.03 | 0.5 | 0.57 |
| Hex | C8 | B0 | 59 | 0 | C | 38 | 16 | 2F | 32 | 39 |
| Octal | 310 | 260 | 131 | 0 | 14 | 70 | 26 | 57 | 62 | 71 |
| Binary | 11001000 | 10110000 | 1011001 | 0 | 1100 | 111000 | 10110 | 101111 | 110010 | 111001 |
Color Harmonies of #C8B059
Complementary color
Monochromatic Colors of #C8B059
Black with #C8B059
Text Example
Text Example
White with #C8B059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B059; }
p { color: rgb(200,176,89); }
H1.HeaderClassName
{
color: #C8B059;
}
.AnyTagClassName
{
color: #C8B059;
}
</style>
background-color css
<style>
a { background-color: #C8B059; }
a { background-color: rgb(200,176,89); }
div.DivClassName
{
background-color: #C8B059;
}
.BgClassName
{
background-color: #C8B059;
}
</style>
border-color css
<style>
span { border-color: #C8B059; }
span { border-color: rgb(200,176,89); }
td.TdClassName
{
border-color: #C8B059;
}
.TagClassName
{
border-color: #C8B059;
}
</style>