#C4A465

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

Shades of Laser #C4A465

Tints of Laser #C4A465

Color information

#C4A465 (or 0xC4A465) is unknown color: approx Laser. HEX triplet: C4, A4 and 65. RGB value is (196,164,101). Sum of RGB (Red+Green+Blue) = 196+164+101=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A465 is #3B5B9A. Grayscale: #A6A6A6. Windows color (decimal): -3890075 or 6661316. OLE color: 6661316.

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

Color convert

RGB196164101-
CMYK00.160.480.23
HSL39.79º44.6%58.24%-
HSV(B)39.79º48.47%76.86%-
XYZ38.3939.2317.86-
YUV166.3991.1149.12-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.52%
GREEN value IS 164 (64.45% from 255) = 35.57%
BLUE value IS 101 (39.84% from 255) = 21.91%
R=42.52%
G=35.57%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616410100.160.480.2339.7944.658.24
HexC4A4650103017282d3a
Octal3042441450206027505572
Binary1100010010100100110010101000011000010111101000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A465; }

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

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

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

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

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

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

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

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