Shades of Laser #C8A05F
Tints of Laser #C8A05F
RGB
CMYK
RGB Variations
Color information
#C8A05F (or 0xC8A05F) is known color: Laser. HEX triplet: C8, A0 and 5F. RGB value is (200,160,95). Sum of RGB (Red+Green+Blue) = 200+160+95=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 95 (37.5% from 255 or 20.88% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A05F is #375FA0. Grayscale: #A4A4A4. Windows color (decimal): -3628961 or 6267080. OLE color: 6267080.
HSL color Cylindrical-coordinate representation of color #C8A05F: hue angle of 37.14º 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 #C8A05F is Cyan = 0, Magento = 0.2, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 160 | 95 | - |
| CMYK | 0 | 0.2 | 0.52 | 0.22 |
| HSL | 37.14º | 0.49% | 0.58% | - |
| HSV(B) | 37.14º | 0.53% | 0.78% | - |
| XYZ | 38.46 | 38.25 | 16.18 | - |
| YUV | 164.55 | 88.75 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 160 | 95 | 0 | 0.2 | 0.52 | 0.22 | 37.14 | 0.49 | 0.58 |
| Hex | C8 | A0 | 5F | 0 | 14 | 34 | 16 | 25 | 31 | 3A |
| Octal | 310 | 240 | 137 | 0 | 24 | 64 | 26 | 45 | 61 | 72 |
| Binary | 11001000 | 10100000 | 1011111 | 0 | 10100 | 110100 | 10110 | 100101 | 110001 | 111010 |
Color Harmonies of #C8A05F
Complementary color
Monochromatic Colors of #C8A05F
Black with #C8A05F
Text Example
Text Example
White with #C8A05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A05F; }
p { color: rgb(200,160,95); }
H1.HeaderClassName
{
color: #C8A05F;
}
.AnyTagClassName
{
color: #C8A05F;
}
</style>
background-color css
<style>
a { background-color: #C8A05F; }
a { background-color: rgb(200,160,95); }
div.DivClassName
{
background-color: #C8A05F;
}
.BgClassName
{
background-color: #C8A05F;
}
</style>
border-color css
<style>
span { border-color: #C8A05F; }
span { border-color: rgb(200,160,95); }
td.TdClassName
{
border-color: #C8A05F;
}
.TagClassName
{
border-color: #C8A05F;
}
</style>