Shades of Laser #C8A05A
Tints of Laser #C8A05A
RGB
CMYK
RGB Variations
Color information
#C8A05A (or 0xC8A05A) is known color: Laser. HEX triplet: C8, A0 and 5A. RGB value is (200,160,90). Sum of RGB (Red+Green+Blue) = 200+160+90=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 90 (35.55% from 255 or 20% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A05A is #375FA5. Grayscale: #A4A4A4. Windows color (decimal): -3628966 or 5939400. OLE color: 5939400.
HSL color Cylindrical-coordinate representation of color #C8A05A: hue angle of 38.18º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C8A05A is Cyan = 0, Magento = 0.2, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 160 | 90 | - |
| CMYK | 0 | 0.2 | 0.55 | 0.22 |
| HSL | 38.18º | 0.5% | 0.57% | - |
| HSV(B) | 38.18º | 0.55% | 0.78% | - |
| XYZ | 38.24 | 38.16 | 15.02 | - |
| YUV | 163.98 | 86.25 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 160 | 90 | 0 | 0.2 | 0.55 | 0.22 | 38.18 | 0.5 | 0.57 |
| Hex | C8 | A0 | 5A | 0 | 14 | 37 | 16 | 26 | 32 | 39 |
| Octal | 310 | 240 | 132 | 0 | 24 | 67 | 26 | 46 | 62 | 71 |
| Binary | 11001000 | 10100000 | 1011010 | 0 | 10100 | 110111 | 10110 | 100110 | 110010 | 111001 |
Color Harmonies of #C8A05A
Complementary color
Monochromatic Colors of #C8A05A
Black with #C8A05A
Text Example
Text Example
White with #C8A05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A05A; }
p { color: rgb(200,160,90); }
H1.HeaderClassName
{
color: #C8A05A;
}
.AnyTagClassName
{
color: #C8A05A;
}
</style>
background-color css
<style>
a { background-color: #C8A05A; }
a { background-color: rgb(200,160,90); }
div.DivClassName
{
background-color: #C8A05A;
}
.BgClassName
{
background-color: #C8A05A;
}
</style>
border-color css
<style>
span { border-color: #C8A05A; }
span { border-color: rgb(200,160,90); }
td.TdClassName
{
border-color: #C8A05A;
}
.TagClassName
{
border-color: #C8A05A;
}
</style>