#C4A95E

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

Shades of Laser #C4A95E

Tints of Laser #C4A95E

Color information

#C4A95E (or 0xC4A95E) is unknown color: approx Laser. HEX triplet: C4, A9 and 5E. RGB value is (196,169,94). Sum of RGB (Red+Green+Blue) = 196+169+94=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 169 (66.41% from 255 or 36.82% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A95E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A95E is #3B56A1. Grayscale: #A8A8A8. Windows color (decimal): -3888802 or 6203844. OLE color: 6203844.

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

Color convert

RGB19616994-
CMYK00.140.520.23
HSL44.12º46.36%56.86%-
HSV(B)44.12º52.04%76.86%-
XYZ38.9740.9216.43-
YUV168.5285.95147.6-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.70%
GREEN value IS 169 (66.41% from 255) = 36.82%
BLUE value IS 94 (37.11% from 255) = 20.48%
R=42.70%
G=36.82%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961699400.140.520.2344.1246.3656.86
HexC4A95E0E34172c2e39
Octal3042511360166427545671
Binary110001001010100110111100111011010010111101100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A95E; }

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

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

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

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

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

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

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

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