#C2A75E

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

Shades of Laser #C2A75E

Tints of Laser #C2A75E

Color information

#C2A75E (or 0xC2A75E) is unknown color: approx Laser. HEX triplet: C2, A7 and 5E. RGB value is (194,167,94). Sum of RGB (Red+Green+Blue) = 194+167+94=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 94 (37.11% from 255 or 20.66% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A75E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A75E is #3D58A1. Grayscale: #A7A7A7. Windows color (decimal): -4020386 or 6203330. OLE color: 6203330.

HSL color Cylindrical-coordinate representation of color #C2A75E: hue angle of 43.8º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C2A75E is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB19416794-
CMYK00.140.520.24
HSL43.8º45.05%56.47%-
HSV(B)43.8º51.55%76.08%-
XYZ38.0939.9116.29-
YUV166.7586.95147.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.64%
GREEN value IS 167 (65.62% from 255) = 36.70%
BLUE value IS 94 (37.11% from 255) = 20.66%
R=42.64%
G=36.70%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941679400.140.520.2443.845.0556.47
HexC2A75E0E34182c2d38
Octal3022471360166430545570
Binary110000101010011110111100111011010011000101100101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A75E; }

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

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

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

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

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

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

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

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