Shades of Laser #C8A363
Tints of Laser #C8A363
RGB
CMYK
RGB Variations
Color information
#C8A363 (or 0xC8A363) is known color: Laser. HEX triplet: C8, A3 and 63. RGB value is (200,163,99). Sum of RGB (Red+Green+Blue) = 200+163+99=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 99 (39.06% from 255 or 21.43% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A363 is #375C9C. Grayscale: #A7A7A7. Windows color (decimal): -3628189 or 6529992. OLE color: 6529992.
HSL color Cylindrical-coordinate representation of color #C8A363: hue angle of 38.02º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8A363 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 163 | 99 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.22 |
| HSL | 38.02º | 0.48% | 0.59% | - |
| HSV(B) | 38.02º | 0.51% | 0.78% | - |
| XYZ | 39.17 | 39.37 | 17.34 | - |
| YUV | 166.77 | 89.76 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 163 | 99 | 0 | 0.18 | 0.50 | 0.22 | 38.02 | 0.48 | 0.59 |
| Hex | C8 | A3 | 63 | 0 | 12 | 32 | 16 | 26 | 30 | 3B |
| Octal | 310 | 243 | 143 | 0 | 22 | 62 | 26 | 46 | 60 | 73 |
| Binary | 11001000 | 10100011 | 1100011 | 0 | 10010 | 110010 | 10110 | 100110 | 110000 | 111011 |
Color Harmonies of #C8A363
Complementary color
Monochromatic Colors of #C8A363
Black with #C8A363
Text Example
Text Example
White with #C8A363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A363; }
p { color: rgb(200,163,99); }
H1.HeaderClassName
{
color: #C8A363;
}
.AnyTagClassName
{
color: #C8A363;
}
</style>
background-color css
<style>
a { background-color: #C8A363; }
a { background-color: rgb(200,163,99); }
div.DivClassName
{
background-color: #C8A363;
}
.BgClassName
{
background-color: #C8A363;
}
</style>
border-color css
<style>
span { border-color: #C8A363; }
span { border-color: rgb(200,163,99); }
td.TdClassName
{
border-color: #C8A363;
}
.TagClassName
{
border-color: #C8A363;
}
</style>