Shades of Laser #C8A360
Tints of Laser #C8A360
RGB
CMYK
RGB Variations
Color information
#C8A360 (or 0xC8A360) is known color: Laser. HEX triplet: C8, A3 and 60. RGB value is (200,163,96). Sum of RGB (Red+Green+Blue) = 200+163+96=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A360 is #375C9F. Grayscale: #A6A6A6. Windows color (decimal): -3628192 or 6333384. OLE color: 6333384.
HSL color Cylindrical-coordinate representation of color #C8A360: hue angle of 38.65º 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 #C8A360 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 163 | 96 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.22 |
| HSL | 38.65º | 0.49% | 0.58% | - |
| HSV(B) | 38.65º | 0.52% | 0.78% | - |
| XYZ | 39.03 | 39.32 | 16.6 | - |
| YUV | 166.43 | 88.26 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 163 | 96 | 0 | 0.18 | 0.52 | 0.22 | 38.65 | 0.49 | 0.58 |
| Hex | C8 | A3 | 60 | 0 | 12 | 34 | 16 | 27 | 31 | 3A |
| Octal | 310 | 243 | 140 | 0 | 22 | 64 | 26 | 47 | 61 | 72 |
| Binary | 11001000 | 10100011 | 1100000 | 0 | 10010 | 110100 | 10110 | 100111 | 110001 | 111010 |
Color Harmonies of #C8A360
Complementary color
Monochromatic Colors of #C8A360
Black with #C8A360
Text Example
Text Example
White with #C8A360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A360; }
p { color: rgb(200,163,96); }
H1.HeaderClassName
{
color: #C8A360;
}
.AnyTagClassName
{
color: #C8A360;
}
</style>
background-color css
<style>
a { background-color: #C8A360; }
a { background-color: rgb(200,163,96); }
div.DivClassName
{
background-color: #C8A360;
}
.BgClassName
{
background-color: #C8A360;
}
</style>
border-color css
<style>
span { border-color: #C8A360; }
span { border-color: rgb(200,163,96); }
td.TdClassName
{
border-color: #C8A360;
}
.TagClassName
{
border-color: #C8A360;
}
</style>