#C4A360

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

Shades of Laser #C4A360

Tints of Laser #C4A360

Color information

#C4A360 (or 0xC4A360) is unknown color: approx Laser. HEX triplet: C4, A3 and 60. RGB value is (196,163,96). Sum of RGB (Red+Green+Blue) = 196+163+96=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A360 is #3B5C9F. Grayscale: #A5A5A5. Windows color (decimal): -3890336 or 6333380. OLE color: 6333380.

HSL color Cylindrical-coordinate representation of color #C4A360: hue angle of 40.2º 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 #C4A360 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB19616396-
CMYK00.170.510.23
HSL40.2º45.87%57.25%-
HSV(B)40.2º51.02%76.86%-
XYZ37.9738.7716.55-
YUV165.2388.93149.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.08%
GREEN value IS 163 (64.06% from 255) = 35.82%
BLUE value IS 96 (37.89% from 255) = 21.10%
R=43.08%
G=35.82%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961639600.170.510.2340.245.8757.25
HexC4A3600113317282e39
Octal3042431400216327505671
Binary1100010010100011110000001000111001110111101000101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A360; }

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

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

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

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

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

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

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

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