#C2AA69

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

Shades of Laser #C2AA69

Tints of Laser #C2AA69

Color information

#C2AA69 (or 0xC2AA69) is unknown color: approx Laser. HEX triplet: C2, AA and 69. RGB value is (194,170,105). Sum of RGB (Red+Green+Blue) = 194+170+105=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AA69 is #3D5596. Grayscale: #AAAAAA. Windows color (decimal): -4019607 or 6924994. OLE color: 6924994.

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

Color convert

RGB194170105-
CMYK00.120.460.24
HSL43.82º42.18%58.63%-
HSV(B)43.82º45.88%76.08%-
XYZ39.1741.2419.26-
YUV169.7791.45145.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.36%
GREEN value IS 170 (66.80% from 255) = 36.25%
BLUE value IS 105 (41.41% from 255) = 22.39%
R=41.36%
G=36.25%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417010500.120.460.2443.8242.1858.63
HexC2AA690C2E182c2a3b
Octal3022521510145630545273
Binary110000101010101011010010110010111011000101100101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AA69; }

 p { color: rgb(194,170,105); }

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

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

 a { background-color: rgb(194,170,105); }

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

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

 span { border-color: rgb(194,170,105); }

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