#C4A365

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

Shades of Laser #C4A365

Tints of Laser #C4A365

Color information

#C4A365 (or 0xC4A365) is unknown color: approx Laser. HEX triplet: C4, A3 and 65. RGB value is (196,163,101). Sum of RGB (Red+Green+Blue) = 196+163+101=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 163 (64.06% from 255 or 35.43% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A365 is #3B5C9A. Grayscale: #A6A6A6. Windows color (decimal): -3890331 or 6661060. OLE color: 6661060.

HSL color Cylindrical-coordinate representation of color #C4A365: hue angle of 39.16º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C4A365 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB196163101-
CMYK00.170.480.23
HSL39.16º44.6%58.24%-
HSV(B)39.16º48.47%76.86%-
XYZ38.2138.8717.8-
YUV165.891.43149.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.61%
GREEN value IS 163 (64.06% from 255) = 35.43%
BLUE value IS 101 (39.84% from 255) = 21.96%
R=42.61%
G=35.43%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616310100.170.480.2339.1644.658.24
HexC4A3650113017272d3a
Octal3042431450216027475572
Binary1100010010100011110010101000111000010111100111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A365; }

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

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

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

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

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

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

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

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