#C4A05C

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

Shades of Laser #C4A05C

Tints of Laser #C4A05C

Color information

#C4A05C (or 0xC4A05C) is unknown color: approx Laser. HEX triplet: C4, A0 and 5C. RGB value is (196,160,92). Sum of RGB (Red+Green+Blue) = 196+160+92=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A05C is #3B5FA3. Grayscale: #A3A3A3. Windows color (decimal): -3891108 or 6070468. OLE color: 6070468.

HSL color Cylindrical-coordinate representation of color #C4A05C: hue angle of 39.23º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C4A05C is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB19616092-
CMYK00.180.530.23
HSL39.23º46.85%56.47%-
HSV(B)39.23º53.06%76.86%-
XYZ37.2737.6515.43-
YUV163.0187.93151.53-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.75%
GREEN value IS 160 (62.89% from 255) = 35.71%
BLUE value IS 92 (36.33% from 255) = 20.54%
R=43.75%
G=35.71%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961609200.180.530.2339.2346.8556.47
HexC4A05C0123517272f38
Octal3042401340226527475770
Binary1100010010100000101110001001011010110111100111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A05C; }

 p { color: rgb(196,160,92); }

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

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

 a { background-color: rgb(196,160,92); }

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

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

 span { border-color: rgb(196,160,92); }

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