Shades of Laser #C8A154
Tints of Laser #C8A154
RGB
CMYK
RGB Variations
Color information
#C8A154 (or 0xC8A154) is known color: Laser. HEX triplet: C8, A1 and 54. RGB value is (200,161,84). Sum of RGB (Red+Green+Blue) = 200+161+84=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 84 (33.20% from 255 or 18.88% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A154 is #375EAB. Grayscale: #A4A4A4. Windows color (decimal): -3628716 or 5546440. OLE color: 5546440.
HSL color Cylindrical-coordinate representation of color #C8A154: hue angle of 39.83º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C8A154 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 161 | 84 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.22 |
| HSL | 39.83º | 0.51% | 0.56% | - |
| HSV(B) | 39.83º | 0.58% | 0.78% | - |
| XYZ | 38.16 | 38.41 | 13.79 | - |
| YUV | 163.88 | 82.92 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 161 | 84 | 0 | 0.19 | 0.58 | 0.22 | 39.83 | 0.51 | 0.56 |
| Hex | C8 | A1 | 54 | 0 | 13 | 3A | 16 | 28 | 33 | 38 |
| Octal | 310 | 241 | 124 | 0 | 23 | 72 | 26 | 50 | 63 | 70 |
| Binary | 11001000 | 10100001 | 1010100 | 0 | 10011 | 111010 | 10110 | 101000 | 110011 | 111000 |
Color Harmonies of #C8A154
Complementary color
Monochromatic Colors of #C8A154
Black with #C8A154
Text Example
Text Example
White with #C8A154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A154; }
p { color: rgb(200,161,84); }
H1.HeaderClassName
{
color: #C8A154;
}
.AnyTagClassName
{
color: #C8A154;
}
</style>
background-color css
<style>
a { background-color: #C8A154; }
a { background-color: rgb(200,161,84); }
div.DivClassName
{
background-color: #C8A154;
}
.BgClassName
{
background-color: #C8A154;
}
</style>
border-color css
<style>
span { border-color: #C8A154; }
span { border-color: rgb(200,161,84); }
td.TdClassName
{
border-color: #C8A154;
}
.TagClassName
{
border-color: #C8A154;
}
</style>