#C2A96A

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

Shades of Laser #C2A96A

Tints of Laser #C2A96A

Color information

#C2A96A (or 0xC2A96A) is unknown color: approx Laser. HEX triplet: C2, A9 and 6A. RGB value is (194,169,106). Sum of RGB (Red+Green+Blue) = 194+169+106=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 106 (41.80% from 255 or 22.60% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A96A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A96A is #3D5695. Grayscale: #A9A9A9. Windows color (decimal): -4019862 or 6990274. OLE color: 6990274.

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

Color convert

RGB194169106-
CMYK00.130.450.24
HSL42.95º41.9%58.82%-
HSV(B)42.95º45.36%76.08%-
XYZ39.0440.8919.47-
YUV169.2992.28145.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.36%
GREEN value IS 169 (66.41% from 255) = 36.03%
BLUE value IS 106 (41.80% from 255) = 22.60%
R=41.36%
G=36.03%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416910600.130.450.2442.9541.958.82
HexC2A96A0D2D182b2a3b
Octal3022511520155530535273
Binary110000101010100111010100110110110111000101011101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A96A; }

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

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

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

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

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

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

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

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