#C2A968

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

Shades of Laser #C2A968

Tints of Laser #C2A968

Color information

#C2A968 (or 0xC2A968) is unknown color: approx Laser. HEX triplet: C2, A9 and 68. RGB value is (194,169,104). Sum of RGB (Red+Green+Blue) = 194+169+104=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A968 is #3D5697. Grayscale: #A9A9A9. Windows color (decimal): -4019864 or 6859202. OLE color: 6859202.

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

Color convert

RGB194169104-
CMYK00.130.460.24
HSL43.33º42.45%58.43%-
HSV(B)43.33º46.39%76.08%-
XYZ38.9340.8418.93-
YUV169.0691.28145.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.54%
GREEN value IS 169 (66.41% from 255) = 36.19%
BLUE value IS 104 (41.02% from 255) = 22.27%
R=41.54%
G=36.19%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416910400.130.460.2443.3342.4558.43
HexC2A9680D2E182b2a3a
Octal3022511500155630535272
Binary110000101010100111010000110110111011000101011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A968; }

 p { color: rgb(194,169,104); }

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

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

 a { background-color: rgb(194,169,104); }

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

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

 span { border-color: rgb(194,169,104); }

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