#C4A65E

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

Shades of Laser #C4A65E

Tints of Laser #C4A65E

Color information

#C4A65E (or 0xC4A65E) is unknown color: approx Laser. HEX triplet: C4, A6 and 5E. RGB value is (196,166,94). Sum of RGB (Red+Green+Blue) = 196+166+94=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A65E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A65E is #3B59A1. Grayscale: #A7A7A7. Windows color (decimal): -3889570 or 6203076. OLE color: 6203076.

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

Color convert

RGB19616694-
CMYK00.150.520.23
HSL42.35º46.36%56.86%-
HSV(B)42.35º52.04%76.86%-
XYZ38.4239.8216.25-
YUV166.7686.94148.85-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.98%
GREEN value IS 166 (65.23% from 255) = 36.40%
BLUE value IS 94 (37.11% from 255) = 20.61%
R=42.98%
G=36.40%
B=20.61%

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
Decimal1961669400.150.520.2342.3546.3656.86
HexC4A65E0F34172a2e39
Octal3042461360176427525671
Binary110001001010011010111100111111010010111101010101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A65E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A65E; }

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

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

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

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

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

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

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

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