#C2A465

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

Shades of Laser #C2A465

Tints of Laser #C2A465

Color information

#C2A465 (or 0xC2A465) is unknown color: approx Laser. HEX triplet: C2, A4 and 65. RGB value is (194,164,101). Sum of RGB (Red+Green+Blue) = 194+164+101=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A465 is #3D5B9A. Grayscale: #A6A6A6. Windows color (decimal): -4021147 or 6661314. OLE color: 6661314.

HSL color Cylindrical-coordinate representation of color #C2A465: hue angle of 40.65º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2A465 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB194164101-
CMYK00.150.480.24
HSL40.65º43.26%57.84%-
HSV(B)40.65º47.94%76.08%-
XYZ37.8738.9617.84-
YUV165.7991.44148.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.27%
GREEN value IS 164 (64.45% from 255) = 35.73%
BLUE value IS 101 (39.84% from 255) = 22.00%
R=42.27%
G=35.73%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416410100.150.480.2440.6543.2657.84
HexC2A4650F3018292b3a
Octal3022441450176030515372
Binary110000101010010011001010111111000011000101001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A465; }

 p { color: rgb(194,164,101); }

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

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

 a { background-color: rgb(194,164,101); }

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

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

 span { border-color: rgb(194,164,101); }

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