#C4A764

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

Shades of Laser #C4A764

Tints of Laser #C4A764

Color information

#C4A764 (or 0xC4A764) is unknown color: approx Laser. HEX triplet: C4, A7 and 64. RGB value is (196,167,100). Sum of RGB (Red+Green+Blue) = 196+167+100=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 167 (65.62% from 255 or 36.07% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A764 is #3B589B. Grayscale: #A8A8A8. Windows color (decimal): -3889308 or 6596548. OLE color: 6596548.

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

Color convert

RGB196167100-
CMYK00.150.490.23
HSL41.88º44.86%58.04%-
HSV(B)41.88º48.98%76.86%-
XYZ38.8840.2917.78-
YUV168.0389.61147.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.33%
GREEN value IS 167 (65.62% from 255) = 36.07%
BLUE value IS 100 (39.45% from 255) = 21.60%
R=42.33%
G=36.07%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616710000.150.490.2341.8844.8658.04
HexC4A7640F31172a2d3a
Octal3042471440176127525572
Binary110001001010011111001000111111000110111101010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A764; }

 p { color: rgb(196,167,100); }

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

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

 a { background-color: rgb(196,167,100); }

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

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

 span { border-color: rgb(196,167,100); }

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