Shades of Laser #C4A555
Tints of Laser #C4A555
RGB
CMYK
RGB Variations
Color information
#C4A555 (or 0xC4A555) is known color: Laser. HEX triplet: C4, A5 and 55. RGB value is (196,165,85). Sum of RGB (Red+Green+Blue) = 196+165+85=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 165 (64.84% from 255 or 37.00% from 446); Blue value is 85 (33.59% from 255 or 19.06% from 446); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A555 is #3B5AAA. Grayscale: #A5A5A5. Windows color (decimal): -3889835 or 5612996. OLE color: 5612996.
HSL color Cylindrical-coordinate representation of color #C4A555: hue angle of 43.24º 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 #C4A555 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 165 | 85 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.23 |
| HSL | 43.24º | 0.48% | 0.55% | - |
| HSV(B) | 43.24º | 0.57% | 0.77% | - |
| XYZ | 37.86 | 39.3 | 14.18 | - |
| YUV | 165.15 | 82.77 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 165 | 85 | 0 | 0.16 | 0.57 | 0.23 | 43.24 | 0.48 | 0.55 |
| Hex | C4 | A5 | 55 | 0 | 10 | 39 | 17 | 2B | 30 | 37 |
| Octal | 304 | 245 | 125 | 0 | 20 | 71 | 27 | 53 | 60 | 67 |
| Binary | 11000100 | 10100101 | 1010101 | 0 | 10000 | 111001 | 10111 | 101011 | 110000 | 110111 |
Color Harmonies of #C4A555
Complementary color
Monochromatic Colors of #C4A555
Black with #C4A555
Text Example
Text Example
White with #C4A555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A555; }
p { color: rgb(196,165,85); }
H1.HeaderClassName
{
color: #C4A555;
}
.AnyTagClassName
{
color: #C4A555;
}
</style>
background-color css
<style>
a { background-color: #C4A555; }
a { background-color: rgb(196,165,85); }
div.DivClassName
{
background-color: #C4A555;
}
.BgClassName
{
background-color: #C4A555;
}
</style>
border-color css
<style>
span { border-color: #C4A555; }
span { border-color: rgb(196,165,85); }
td.TdClassName
{
border-color: #C4A555;
}
.TagClassName
{
border-color: #C4A555;
}
</style>