#C2AB69

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

Shades of Laser #C2AB69

Tints of Laser #C2AB69

Color information

#C2AB69 (or 0xC2AB69) is unknown color: approx Laser. HEX triplet: C2, AB and 69. RGB value is (194,171,105). Sum of RGB (Red+Green+Blue) = 194+171+105=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AB69 is #3D5496. Grayscale: #AAAAAA. Windows color (decimal): -4019351 or 6925250. OLE color: 6925250.

HSL color Cylindrical-coordinate representation of color #C2AB69: hue angle of 44.49º 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 #C2AB69 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB194171105-
CMYK00.120.460.24
HSL44.49º42.18%58.63%-
HSV(B)44.49º45.88%76.08%-
XYZ39.3641.6219.32-
YUV170.3591.12144.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.28%
GREEN value IS 171 (67.19% from 255) = 36.38%
BLUE value IS 105 (41.41% from 255) = 22.34%
R=41.28%
G=36.38%
B=22.34%

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
Decimal19417110500.120.460.2444.4942.1858.63
HexC2AB690C2E182c2a3b
Octal3022531510145630545273
Binary110000101010101111010010110010111011000101100101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AB69; }

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

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

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

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

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

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

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

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