Shades of Laser #C4AF61
Tints of Laser #C4AF61
RGB
CMYK
RGB Variations
Color information
#C4AF61 (or 0xC4AF61) is known color: Laser. HEX triplet: C4, AF and 61. RGB value is (196,175,97). Sum of RGB (Red+Green+Blue) = 196+175+97=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 97 (38.28% from 255 or 20.73% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AF61 is #3B509E. Grayscale: #ACACAC. Windows color (decimal): -3887263 or 6401988. OLE color: 6401988.
HSL color Cylindrical-coordinate representation of color #C4AF61: hue angle of 47.27º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C4AF61 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 175 | 97 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.23 |
| HSL | 47.27º | 0.46% | 0.57% | - |
| HSV(B) | 47.27º | 0.51% | 0.77% | - |
| XYZ | 40.25 | 43.26 | 17.54 | - |
| YUV | 172.39 | 85.46 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 97 | 0 | 0.11 | 0.51 | 0.23 | 47.27 | 0.46 | 0.57 |
| Hex | C4 | AF | 61 | 0 | B | 33 | 17 | 2F | 2E | 39 |
| Octal | 304 | 257 | 141 | 0 | 13 | 63 | 27 | 57 | 56 | 71 |
| Binary | 11000100 | 10101111 | 1100001 | 0 | 1011 | 110011 | 10111 | 101111 | 101110 | 111001 |
Color Harmonies of #C4AF61
Complementary color
Monochromatic Colors of #C4AF61
Black with #C4AF61
Text Example
Text Example
White with #C4AF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AF61; }
p { color: rgb(196,175,97); }
H1.HeaderClassName
{
color: #C4AF61;
}
.AnyTagClassName
{
color: #C4AF61;
}
</style>
background-color css
<style>
a { background-color: #C4AF61; }
a { background-color: rgb(196,175,97); }
div.DivClassName
{
background-color: #C4AF61;
}
.BgClassName
{
background-color: #C4AF61;
}
</style>
border-color css
<style>
span { border-color: #C4AF61; }
span { border-color: rgb(196,175,97); }
td.TdClassName
{
border-color: #C4AF61;
}
.TagClassName
{
border-color: #C4AF61;
}
</style>