#C4B160

Color #C4B160 Laser (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laser #C4B160

Tints of Laser #C4B160

Color information

#C4B160 (or 0xC4B160) is unknown color: approx Laser. HEX triplet: C4, B1 and 60. RGB value is (196,177,96). Sum of RGB (Red+Green+Blue) = 196+177+96=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B160 is #3B4E9F. Grayscale: #ADADAD. Windows color (decimal): -3886752 or 6336964. OLE color: 6336964.

HSL color Cylindrical-coordinate representation of color #C4B160: hue angle of 48.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 #C4B160 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB19617796-
CMYK00.100.510.23
HSL48.6º45.87%57.25%-
HSV(B)48.6º51.02%76.86%-
XYZ40.644.0217.42-
YUV173.4584.29144.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 41.79%
GREEN value IS 177 (69.53% from 255) = 37.74%
BLUE value IS 96 (37.89% from 255) = 20.47%
R=41.79%
G=37.74%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961779600.100.510.2348.645.8757.25
HexC4B1600A3317312e39
Octal3042611400126327615671
Binary110001001011000111000000101011001110111110001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B160; }

 p { color: rgb(196,177,96); }

 H1.HeaderClassName
 {
   color: #C4B160;
 }
 .AnyTagClassName
 {
   color: #C4B160;
 }
</style>
background-color css

<style>
 a { background-color: #C4B160; }

 a { background-color: rgb(196,177,96); }

 div.DivClassName
 {
   background-color: #C4B160;
 }
 .BgClassName
 {
   background-color: #C4B160;
 }
</style>
border-color css

<style>
 span { border-color: #C4B160; }

 span { border-color: rgb(196,177,96); }

 td.TdClassName
 {
   border-color: #C4B160;
 }
 .TagClassName
 {
   border-color: #C4B160;
 }
</style>