Shades of Laser #C4AC63
Tints of Laser #C4AC63
RGB
CMYK
RGB Variations
Color information
#C4AC63 (or 0xC4AC63) is known color: Laser. HEX triplet: C4, AC and 63. RGB value is (196,172,99). Sum of RGB (Red+Green+Blue) = 196+172+99=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AC63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AC63 is #3B539C. Grayscale: #ABABAB. Windows color (decimal): -3888029 or 6532292. OLE color: 6532292.
HSL color Cylindrical-coordinate representation of color #C4AC63: hue angle of 45.15º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C4AC63 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 172 | 99 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.23 |
| HSL | 45.15º | 0.45% | 0.58% | - |
| HSV(B) | 45.15º | 0.49% | 0.77% | - |
| XYZ | 39.77 | 42.14 | 17.84 | - |
| YUV | 170.85 | 87.45 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 172 | 99 | 0 | 0.12 | 0.49 | 0.23 | 45.15 | 0.45 | 0.58 |
| Hex | C4 | AC | 63 | 0 | C | 31 | 17 | 2D | 2D | 3A |
| Octal | 304 | 254 | 143 | 0 | 14 | 61 | 27 | 55 | 55 | 72 |
| Binary | 11000100 | 10101100 | 1100011 | 0 | 1100 | 110001 | 10111 | 101101 | 101101 | 111010 |
Color Harmonies of #C4AC63
Complementary color
Monochromatic Colors of #C4AC63
Black with #C4AC63
Text Example
Text Example
White with #C4AC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AC63; }
p { color: rgb(196,172,99); }
H1.HeaderClassName
{
color: #C4AC63;
}
.AnyTagClassName
{
color: #C4AC63;
}
</style>
background-color css
<style>
a { background-color: #C4AC63; }
a { background-color: rgb(196,172,99); }
div.DivClassName
{
background-color: #C4AC63;
}
.BgClassName
{
background-color: #C4AC63;
}
</style>
border-color css
<style>
span { border-color: #C4AC63; }
span { border-color: rgb(196,172,99); }
td.TdClassName
{
border-color: #C4AC63;
}
.TagClassName
{
border-color: #C4AC63;
}
</style>