#C4A25F

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

Shades of Laser #C4A25F

Tints of Laser #C4A25F

Color information

#C4A25F (or 0xC4A25F) is unknown color: approx Laser. HEX triplet: C4, A2 and 5F. RGB value is (196,162,95). Sum of RGB (Red+Green+Blue) = 196+162+95=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A25F is #3B5DA0. Grayscale: #A4A4A4. Windows color (decimal): -3890593 or 6267588. OLE color: 6267588.

HSL color Cylindrical-coordinate representation of color #C4A25F: hue angle of 39.8º 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 #C4A25F is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB19616295-
CMYK00.170.520.23
HSL39.8º46.12%57.06%-
HSV(B)39.8º51.53%76.86%-
XYZ37.7538.416.25-
YUV164.5388.76150.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.27%
GREEN value IS 162 (63.67% from 255) = 35.76%
BLUE value IS 95 (37.5% from 255) = 20.97%
R=43.27%
G=35.76%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961629500.170.520.2339.846.1257.06
HexC4A25F0113417282e39
Octal3042421370216427505671
Binary1100010010100010101111101000111010010111101000101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A25F; }

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

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

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

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

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

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

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

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