#C4A05F

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

Shades of Laser #C4A05F

Tints of Laser #C4A05F

Color information

#C4A05F (or 0xC4A05F) is unknown color: approx Laser. HEX triplet: C4, A0 and 5F. RGB value is (196,160,95). Sum of RGB (Red+Green+Blue) = 196+160+95=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 95 (37.5% from 255 or 21.06% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A05F is #3B5FA0. Grayscale: #A3A3A3. Windows color (decimal): -3891105 or 6267076. OLE color: 6267076.

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

Color convert

RGB19616095-
CMYK00.180.520.23
HSL38.61º46.12%57.06%-
HSV(B)38.61º51.53%76.86%-
XYZ37.437.716.13-
YUV163.3589.43151.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.46%
GREEN value IS 160 (62.89% from 255) = 35.48%
BLUE value IS 95 (37.5% from 255) = 21.06%
R=43.46%
G=35.48%
B=21.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961609500.180.520.2338.6146.1257.06
HexC4A05F0123417272e39
Octal3042401370226427475671
Binary1100010010100000101111101001011010010111100111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A05F; }

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

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

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

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

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

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

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

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