Shades of Laser #C8A153
Tints of Laser #C8A153
RGB
CMYK
RGB Variations
Color information
#C8A153 (or 0xC8A153) is known color: Laser. HEX triplet: C8, A1 and 53. RGB value is (200,161,83). Sum of RGB (Red+Green+Blue) = 200+161+83=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 83 (32.81% from 255 or 18.69% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A153 is #375EAC. Grayscale: #A4A4A4. Windows color (decimal): -3628717 or 5480904. OLE color: 5480904.
HSL color Cylindrical-coordinate representation of color #C8A153: hue angle of 40º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C8A153 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 161 | 83 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.22 |
| HSL | 40º | 0.52% | 0.55% | - |
| HSV(B) | 40º | 0.59% | 0.78% | - |
| XYZ | 38.13 | 38.39 | 13.58 | - |
| YUV | 163.77 | 82.42 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 161 | 83 | 0 | 0.19 | 0.58 | 0.22 | 40 | 0.52 | 0.55 |
| Hex | C8 | A1 | 53 | 0 | 13 | 3A | 16 | 28 | 34 | 37 |
| Octal | 310 | 241 | 123 | 0 | 23 | 72 | 26 | 50 | 64 | 67 |
| Binary | 11001000 | 10100001 | 1010011 | 0 | 10011 | 111010 | 10110 | 101000 | 110100 | 110111 |
Color Harmonies of #C8A153
Complementary color
Monochromatic Colors of #C8A153
Black with #C8A153
Text Example
Text Example
White with #C8A153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A153; }
p { color: rgb(200,161,83); }
H1.HeaderClassName
{
color: #C8A153;
}
.AnyTagClassName
{
color: #C8A153;
}
</style>
background-color css
<style>
a { background-color: #C8A153; }
a { background-color: rgb(200,161,83); }
div.DivClassName
{
background-color: #C8A153;
}
.BgClassName
{
background-color: #C8A153;
}
</style>
border-color css
<style>
span { border-color: #C8A153; }
span { border-color: rgb(200,161,83); }
td.TdClassName
{
border-color: #C8A153;
}
.TagClassName
{
border-color: #C8A153;
}
</style>