Shades of Laser #C5A367
Tints of Laser #C5A367
RGB
CMYK
RGB Variations
Color information
#C5A367 (or 0xC5A367) is known color: Laser. HEX triplet: C5, A3 and 67. RGB value is (197,163,103). Sum of RGB (Red+Green+Blue) = 197+163+103=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 103 (40.62% from 255 or 22.25% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A367 is #3A5C98. Grayscale: #A6A6A6. Windows color (decimal): -3824793 or 6792133. OLE color: 6792133.
HSL color Cylindrical-coordinate representation of color #C5A367: hue angle of 38.3º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C5A367 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 163 | 103 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.23 |
| HSL | 38.3º | 0.45% | 0.59% | - |
| HSV(B) | 38.3º | 0.48% | 0.77% | - |
| XYZ | 38.57 | 39.04 | 18.34 | - |
| YUV | 166.33 | 92.26 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 163 | 103 | 0 | 0.17 | 0.48 | 0.23 | 38.3 | 0.45 | 0.59 |
| Hex | C5 | A3 | 67 | 0 | 11 | 30 | 17 | 26 | 2D | 3B |
| Octal | 305 | 243 | 147 | 0 | 21 | 60 | 27 | 46 | 55 | 73 |
| Binary | 11000101 | 10100011 | 1100111 | 0 | 10001 | 110000 | 10111 | 100110 | 101101 | 111011 |
Color Harmonies of #C5A367
Complementary color
Monochromatic Colors of #C5A367
Black with #C5A367
Text Example
Text Example
White with #C5A367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A367; }
p { color: rgb(197,163,103); }
H1.HeaderClassName
{
color: #C5A367;
}
.AnyTagClassName
{
color: #C5A367;
}
</style>
background-color css
<style>
a { background-color: #C5A367; }
a { background-color: rgb(197,163,103); }
div.DivClassName
{
background-color: #C5A367;
}
.BgClassName
{
background-color: #C5A367;
}
</style>
border-color css
<style>
span { border-color: #C5A367; }
span { border-color: rgb(197,163,103); }
td.TdClassName
{
border-color: #C5A367;
}
.TagClassName
{
border-color: #C5A367;
}
</style>