#C4A560

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

Shades of Laser #C4A560

Tints of Laser #C4A560

Color information

#C4A560 (or 0xC4A560) is unknown color: approx Laser. HEX triplet: C4, A5 and 60. RGB value is (196,165,96). Sum of RGB (Red+Green+Blue) = 196+165+96=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A560 is #3B5A9F. Grayscale: #A6A6A6. Windows color (decimal): -3889824 or 6333892. OLE color: 6333892.

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

Color convert

RGB19616596-
CMYK00.160.510.23
HSL41.4º45.87%57.25%-
HSV(B)41.4º51.02%76.86%-
XYZ38.3339.4916.67-
YUV166.488.27149.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.89%
GREEN value IS 165 (64.84% from 255) = 36.11%
BLUE value IS 96 (37.89% from 255) = 21.01%
R=42.89%
G=36.11%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961659600.160.510.2341.445.8757.25
HexC4A5600103317292e39
Octal3042451400206327515671
Binary1100010010100101110000001000011001110111101001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A560; }

 p { color: rgb(196,165,96); }

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

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

 a { background-color: rgb(196,165,96); }

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

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

 span { border-color: rgb(196,165,96); }

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