Shades of Laser #C4AF5A
Tints of Laser #C4AF5A
RGB
CMYK
RGB Variations
Color information
#C4AF5A (or 0xC4AF5A) is known color: Laser. HEX triplet: C4, AF and 5A. RGB value is (196,175,90). Sum of RGB (Red+Green+Blue) = 196+175+90=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 90 (35.55% from 255 or 19.52% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AF5A is #3B50A5. Grayscale: #ABABAB. Windows color (decimal): -3887270 or 5943236. OLE color: 5943236.
HSL color Cylindrical-coordinate representation of color #C4AF5A: hue angle of 48.11º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C4AF5A is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 175 | 90 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.23 |
| HSL | 48.11º | 0.47% | 0.56% | - |
| HSV(B) | 48.11º | 0.54% | 0.77% | - |
| XYZ | 39.94 | 43.13 | 15.89 | - |
| YUV | 171.59 | 81.96 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 90 | 0 | 0.11 | 0.54 | 0.23 | 48.11 | 0.47 | 0.56 |
| Hex | C4 | AF | 5A | 0 | B | 36 | 17 | 30 | 2F | 38 |
| Octal | 304 | 257 | 132 | 0 | 13 | 66 | 27 | 60 | 57 | 70 |
| Binary | 11000100 | 10101111 | 1011010 | 0 | 1011 | 110110 | 10111 | 110000 | 101111 | 111000 |
Color Harmonies of #C4AF5A
Complementary color
Monochromatic Colors of #C4AF5A
Black with #C4AF5A
Text Example
Text Example
White with #C4AF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AF5A; }
p { color: rgb(196,175,90); }
H1.HeaderClassName
{
color: #C4AF5A;
}
.AnyTagClassName
{
color: #C4AF5A;
}
</style>
background-color css
<style>
a { background-color: #C4AF5A; }
a { background-color: rgb(196,175,90); }
div.DivClassName
{
background-color: #C4AF5A;
}
.BgClassName
{
background-color: #C4AF5A;
}
</style>
border-color css
<style>
span { border-color: #C4AF5A; }
span { border-color: rgb(196,175,90); }
td.TdClassName
{
border-color: #C4AF5A;
}
.TagClassName
{
border-color: #C4AF5A;
}
</style>