Shades of Laser #C8A354
Tints of Laser #C8A354
RGB
CMYK
RGB Variations
Color information
#C8A354 (or 0xC8A354) is known color: Laser. HEX triplet: C8, A3 and 54. RGB value is (200,163,84). Sum of RGB (Red+Green+Blue) = 200+163+84=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 163 (64.06% from 255 or 36.47% from 447); Blue value is 84 (33.20% from 255 or 18.79% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A354 is #375CAB. Grayscale: #A5A5A5. Windows color (decimal): -3628204 or 5546952. OLE color: 5546952.
HSL color Cylindrical-coordinate representation of color #C8A354: hue angle of 40.86º 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 #C8A354 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 163 | 84 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.22 |
| HSL | 40.86º | 0.51% | 0.56% | - |
| HSV(B) | 40.86º | 0.58% | 0.78% | - |
| XYZ | 38.52 | 39.11 | 13.91 | - |
| YUV | 165.06 | 82.26 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 163 | 84 | 0 | 0.18 | 0.58 | 0.22 | 40.86 | 0.51 | 0.56 |
| Hex | C8 | A3 | 54 | 0 | 12 | 3A | 16 | 29 | 33 | 38 |
| Octal | 310 | 243 | 124 | 0 | 22 | 72 | 26 | 51 | 63 | 70 |
| Binary | 11001000 | 10100011 | 1010100 | 0 | 10010 | 111010 | 10110 | 101001 | 110011 | 111000 |
Color Harmonies of #C8A354
Complementary color
Monochromatic Colors of #C8A354
Black with #C8A354
Text Example
Text Example
White with #C8A354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A354; }
p { color: rgb(200,163,84); }
H1.HeaderClassName
{
color: #C8A354;
}
.AnyTagClassName
{
color: #C8A354;
}
</style>
background-color css
<style>
a { background-color: #C8A354; }
a { background-color: rgb(200,163,84); }
div.DivClassName
{
background-color: #C8A354;
}
.BgClassName
{
background-color: #C8A354;
}
</style>
border-color css
<style>
span { border-color: #C8A354; }
span { border-color: rgb(200,163,84); }
td.TdClassName
{
border-color: #C8A354;
}
.TagClassName
{
border-color: #C8A354;
}
</style>