#C2A360

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

Shades of Laser #C2A360

Tints of Laser #C2A360

Color information

#C2A360 (or 0xC2A360) is unknown color: approx Laser. HEX triplet: C2, A3 and 60. RGB value is (194,163,96). Sum of RGB (Red+Green+Blue) = 194+163+96=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A360 is #3D5C9F. Grayscale: #A4A4A4. Windows color (decimal): -4021408 or 6333378. OLE color: 6333378.

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

Color convert

RGB19416396-
CMYK00.160.510.24
HSL41.02º44.55%56.86%-
HSV(B)41.02º50.52%76.08%-
XYZ37.4638.5116.52-
YUV164.6389.27148.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.83%
GREEN value IS 163 (64.06% from 255) = 35.98%
BLUE value IS 96 (37.89% from 255) = 21.19%
R=42.83%
G=35.98%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941639600.160.510.2441.0244.5556.86
HexC2A3600103318292d39
Octal3022431400206330515571
Binary1100001010100011110000001000011001111000101001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A360; }

 p { color: rgb(194,163,96); }

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

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

 a { background-color: rgb(194,163,96); }

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

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

 span { border-color: rgb(194,163,96); }

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