Shades of Laser #C8B05F
Tints of Laser #C8B05F
RGB
CMYK
RGB Variations
Color information
#C8B05F (or 0xC8B05F) is known color: Laser. HEX triplet: C8, B0 and 5F. RGB value is (200,176,95). Sum of RGB (Red+Green+Blue) = 200+176+95=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 95 (37.5% from 255 or 20.17% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B05F is #374FA0. Grayscale: #AEAEAE. Windows color (decimal): -3624865 or 6271176. OLE color: 6271176.
HSL color Cylindrical-coordinate representation of color #C8B05F: hue angle of 46.29º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C8B05F is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 176 | 95 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.22 |
| HSL | 46.29º | 0.49% | 0.58% | - |
| HSV(B) | 46.29º | 0.53% | 0.78% | - |
| XYZ | 41.41 | 44.16 | 17.17 | - |
| YUV | 173.94 | 83.45 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 176 | 95 | 0 | 0.12 | 0.52 | 0.22 | 46.29 | 0.49 | 0.58 |
| Hex | C8 | B0 | 5F | 0 | C | 34 | 16 | 2E | 31 | 3A |
| Octal | 310 | 260 | 137 | 0 | 14 | 64 | 26 | 56 | 61 | 72 |
| Binary | 11001000 | 10110000 | 1011111 | 0 | 1100 | 110100 | 10110 | 101110 | 110001 | 111010 |
Color Harmonies of #C8B05F
Complementary color
Monochromatic Colors of #C8B05F
Black with #C8B05F
Text Example
Text Example
White with #C8B05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B05F; }
p { color: rgb(200,176,95); }
H1.HeaderClassName
{
color: #C8B05F;
}
.AnyTagClassName
{
color: #C8B05F;
}
</style>
background-color css
<style>
a { background-color: #C8B05F; }
a { background-color: rgb(200,176,95); }
div.DivClassName
{
background-color: #C8B05F;
}
.BgClassName
{
background-color: #C8B05F;
}
</style>
border-color css
<style>
span { border-color: #C8B05F; }
span { border-color: rgb(200,176,95); }
td.TdClassName
{
border-color: #C8B05F;
}
.TagClassName
{
border-color: #C8B05F;
}
</style>