Shades of Laser #C4AC68
Tints of Laser #C4AC68
RGB
CMYK
RGB Variations
Color information
#C4AC68 (or 0xC4AC68) is known color: Laser. HEX triplet: C4, AC and 68. RGB value is (196,172,104). Sum of RGB (Red+Green+Blue) = 196+172+104=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AC68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AC68 is #3B5397. Grayscale: #ABABAB. Windows color (decimal): -3888024 or 6859972. OLE color: 6859972.
HSL color Cylindrical-coordinate representation of color #C4AC68: hue angle of 44.35º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C4AC68 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 172 | 104 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.23 |
| HSL | 44.35º | 0.44% | 0.59% | - |
| HSV(B) | 44.35º | 0.47% | 0.77% | - |
| XYZ | 40.02 | 42.24 | 19.14 | - |
| YUV | 171.42 | 89.95 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 172 | 104 | 0 | 0.12 | 0.47 | 0.23 | 44.35 | 0.44 | 0.59 |
| Hex | C4 | AC | 68 | 0 | C | 2F | 17 | 2C | 2C | 3B |
| Octal | 304 | 254 | 150 | 0 | 14 | 57 | 27 | 54 | 54 | 73 |
| Binary | 11000100 | 10101100 | 1101000 | 0 | 1100 | 101111 | 10111 | 101100 | 101100 | 111011 |
Color Harmonies of #C4AC68
Complementary color
Monochromatic Colors of #C4AC68
Black with #C4AC68
Text Example
Text Example
White with #C4AC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AC68; }
p { color: rgb(196,172,104); }
H1.HeaderClassName
{
color: #C4AC68;
}
.AnyTagClassName
{
color: #C4AC68;
}
</style>
background-color css
<style>
a { background-color: #C4AC68; }
a { background-color: rgb(196,172,104); }
div.DivClassName
{
background-color: #C4AC68;
}
.BgClassName
{
background-color: #C4AC68;
}
</style>
border-color css
<style>
span { border-color: #C4AC68; }
span { border-color: rgb(196,172,104); }
td.TdClassName
{
border-color: #C4AC68;
}
.TagClassName
{
border-color: #C4AC68;
}
</style>