Shades of Laser #C5AF5C
Tints of Laser #C5AF5C
RGB
CMYK
RGB Variations
Color information
#C5AF5C (or 0xC5AF5C) is known color: Laser. HEX triplet: C5, AF and 5C. RGB value is (197,175,92). Sum of RGB (Red+Green+Blue) = 197+175+92=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AF5C is #3A50A3. Grayscale: #ACACAC. Windows color (decimal): -3821732 or 6074309. OLE color: 6074309.
HSL color Cylindrical-coordinate representation of color #C5AF5C: hue angle of 47.43º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5AF5C is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 175 | 92 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.23 |
| HSL | 47.43º | 0.48% | 0.57% | - |
| HSV(B) | 47.43º | 0.53% | 0.77% | - |
| XYZ | 40.29 | 43.3 | 16.36 | - |
| YUV | 172.12 | 82.79 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 92 | 0 | 0.11 | 0.53 | 0.23 | 47.43 | 0.48 | 0.57 |
| Hex | C5 | AF | 5C | 0 | B | 35 | 17 | 2F | 30 | 39 |
| Octal | 305 | 257 | 134 | 0 | 13 | 65 | 27 | 57 | 60 | 71 |
| Binary | 11000101 | 10101111 | 1011100 | 0 | 1011 | 110101 | 10111 | 101111 | 110000 | 111001 |
Color Harmonies of #C5AF5C
Complementary color
Monochromatic Colors of #C5AF5C
Black with #C5AF5C
Text Example
Text Example
White with #C5AF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AF5C; }
p { color: rgb(197,175,92); }
H1.HeaderClassName
{
color: #C5AF5C;
}
.AnyTagClassName
{
color: #C5AF5C;
}
</style>
background-color css
<style>
a { background-color: #C5AF5C; }
a { background-color: rgb(197,175,92); }
div.DivClassName
{
background-color: #C5AF5C;
}
.BgClassName
{
background-color: #C5AF5C;
}
</style>
border-color css
<style>
span { border-color: #C5AF5C; }
span { border-color: rgb(197,175,92); }
td.TdClassName
{
border-color: #C5AF5C;
}
.TagClassName
{
border-color: #C5AF5C;
}
</style>