#C4A75E

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

Shades of Laser #C4A75E

Tints of Laser #C4A75E

Color information

#C4A75E (or 0xC4A75E) is unknown color: approx Laser. HEX triplet: C4, A7 and 5E. RGB value is (196,167,94). Sum of RGB (Red+Green+Blue) = 196+167+94=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 167 (65.62% from 255 or 36.54% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A75E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A75E is #3B58A1. Grayscale: #A7A7A7. Windows color (decimal): -3889314 or 6203332. OLE color: 6203332.

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

Color convert

RGB19616794-
CMYK00.150.520.23
HSL42.94º46.36%56.86%-
HSV(B)42.94º52.04%76.86%-
XYZ38.640.1816.31-
YUV167.3586.61148.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.89%
GREEN value IS 167 (65.62% from 255) = 36.54%
BLUE value IS 94 (37.11% from 255) = 20.57%
R=42.89%
G=36.54%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961679400.150.520.2342.9446.3656.86
HexC4A75E0F34172b2e39
Octal3042471360176427535671
Binary110001001010011110111100111111010010111101011101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A75E; }

 p { color: rgb(196,167,94); }

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

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

 a { background-color: rgb(196,167,94); }

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

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

 span { border-color: rgb(196,167,94); }

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