Shades of Laser #C4A260
Tints of Laser #C4A260
RGB
CMYK
RGB Variations
Color information
#C4A260 (or 0xC4A260) is known color: Laser. HEX triplet: C4, A2 and 60. RGB value is (196,162,96). Sum of RGB (Red+Green+Blue) = 196+162+96=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A260 is #3B5D9F. Grayscale: #A4A4A4. Windows color (decimal): -3890592 or 6333124. OLE color: 6333124.
HSL color Cylindrical-coordinate representation of color #C4A260: hue angle of 39.6º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C4A260 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 162 | 96 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.23 |
| HSL | 39.6º | 0.46% | 0.57% | - |
| HSV(B) | 39.6º | 0.51% | 0.77% | - |
| XYZ | 37.8 | 38.42 | 16.49 | - |
| YUV | 164.64 | 89.26 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 162 | 96 | 0 | 0.17 | 0.51 | 0.23 | 39.6 | 0.46 | 0.57 |
| Hex | C4 | A2 | 60 | 0 | 11 | 33 | 17 | 28 | 2E | 39 |
| Octal | 304 | 242 | 140 | 0 | 21 | 63 | 27 | 50 | 56 | 71 |
| Binary | 11000100 | 10100010 | 1100000 | 0 | 10001 | 110011 | 10111 | 101000 | 101110 | 111001 |
Color Harmonies of #C4A260
Complementary color
Monochromatic Colors of #C4A260
Black with #C4A260
Text Example
Text Example
White with #C4A260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A260; }
p { color: rgb(196,162,96); }
H1.HeaderClassName
{
color: #C4A260;
}
.AnyTagClassName
{
color: #C4A260;
}
</style>
background-color css
<style>
a { background-color: #C4A260; }
a { background-color: rgb(196,162,96); }
div.DivClassName
{
background-color: #C4A260;
}
.BgClassName
{
background-color: #C4A260;
}
</style>
border-color css
<style>
span { border-color: #C4A260; }
span { border-color: rgb(196,162,96); }
td.TdClassName
{
border-color: #C4A260;
}
.TagClassName
{
border-color: #C4A260;
}
</style>