Shades of Laser #C4A355
Tints of Laser #C4A355
RGB
CMYK
RGB Variations
Color information
#C4A355 (or 0xC4A355) is known color: Laser. HEX triplet: C4, A3 and 55. RGB value is (196,163,85). Sum of RGB (Red+Green+Blue) = 196+163+85=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 85 (33.59% from 255 or 19.14% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A355 is #3B5CAA. Grayscale: #A4A4A4. Windows color (decimal): -3890347 or 5612484. OLE color: 5612484.
HSL color Cylindrical-coordinate representation of color #C4A355: hue angle of 42.16º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C4A355 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 163 | 85 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.23 |
| HSL | 42.16º | 0.48% | 0.55% | - |
| HSV(B) | 42.16º | 0.57% | 0.77% | - |
| XYZ | 37.5 | 38.59 | 14.07 | - |
| YUV | 163.98 | 83.43 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 163 | 85 | 0 | 0.17 | 0.57 | 0.23 | 42.16 | 0.48 | 0.55 |
| Hex | C4 | A3 | 55 | 0 | 11 | 39 | 17 | 2A | 30 | 37 |
| Octal | 304 | 243 | 125 | 0 | 21 | 71 | 27 | 52 | 60 | 67 |
| Binary | 11000100 | 10100011 | 1010101 | 0 | 10001 | 111001 | 10111 | 101010 | 110000 | 110111 |
Color Harmonies of #C4A355
Complementary color
Monochromatic Colors of #C4A355
Black with #C4A355
Text Example
Text Example
White with #C4A355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A355; }
p { color: rgb(196,163,85); }
H1.HeaderClassName
{
color: #C4A355;
}
.AnyTagClassName
{
color: #C4A355;
}
</style>
background-color css
<style>
a { background-color: #C4A355; }
a { background-color: rgb(196,163,85); }
div.DivClassName
{
background-color: #C4A355;
}
.BgClassName
{
background-color: #C4A355;
}
</style>
border-color css
<style>
span { border-color: #C4A355; }
span { border-color: rgb(196,163,85); }
td.TdClassName
{
border-color: #C4A355;
}
.TagClassName
{
border-color: #C4A355;
}
</style>