#C2A568

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

Shades of Laser #C2A568

Tints of Laser #C2A568

Color information

#C2A568 (or 0xC2A568) is unknown color: approx Laser. HEX triplet: C2, A5 and 68. RGB value is (194,165,104). Sum of RGB (Red+Green+Blue) = 194+165+104=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A568 is #3D5A97. Grayscale: #A6A6A6. Windows color (decimal): -4020888 or 6858178. OLE color: 6858178.

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

Color convert

RGB194165104-
CMYK00.150.460.24
HSL40.67º42.45%58.43%-
HSV(B)40.67º46.39%76.08%-
XYZ38.239.3818.68-
YUV166.7292.61147.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.90%
GREEN value IS 165 (64.84% from 255) = 35.64%
BLUE value IS 104 (41.02% from 255) = 22.46%
R=41.90%
G=35.64%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416510400.150.460.2440.6742.4558.43
HexC2A5680F2E18292a3a
Octal3022451500175630515272
Binary110000101010010111010000111110111011000101001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A568; }

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

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

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

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

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

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

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

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