#C2A35B

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

Shades of Laser #C2A35B

Tints of Laser #C2A35B

Color information

#C2A35B (or 0xC2A35B) is unknown color: approx Laser. HEX triplet: C2, A3 and 5B. RGB value is (194,163,91). Sum of RGB (Red+Green+Blue) = 194+163+91=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 91 (35.94% from 255 or 20.31% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A35B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A35B is #3D5CA4. Grayscale: #A4A4A4. Windows color (decimal): -4021413 or 6005698. OLE color: 6005698.

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

Color convert

RGB19416391-
CMYK00.160.530.24
HSL41.94º45.78%55.88%-
HSV(B)41.94º53.09%76.08%-
XYZ37.2338.4215.35-
YUV164.0686.77149.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.30%
GREEN value IS 163 (64.06% from 255) = 36.38%
BLUE value IS 91 (35.94% from 255) = 20.31%
R=43.30%
G=36.38%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941639100.160.530.2441.9445.7855.88
HexC2A35B01035182a2e38
Octal3022431330206530525670
Binary1100001010100011101101101000011010111000101010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A35B; }

 p { color: rgb(194,163,91); }

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

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

 a { background-color: rgb(194,163,91); }

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

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

 span { border-color: rgb(194,163,91); }

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