#C3A764

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

Shades of Laser #C3A764

Tints of Laser #C3A764

Color information

#C3A764 (or 0xC3A764) is unknown color: approx Laser. HEX triplet: C3, A7 and 64. RGB value is (195,167,100). Sum of RGB (Red+Green+Blue) = 195+167+100=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 100 (39.45% from 255 or 21.65% from 462); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A764 is #3C589B. Grayscale: #A8A8A8. Windows color (decimal): -3954844 or 6596547. OLE color: 6596547.

HSL color Cylindrical-coordinate representation of color #C3A764: hue angle of 42.32º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C3A764 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB195167100-
CMYK00.140.490.24
HSL42.32º44.19%57.84%-
HSV(B)42.32º48.72%76.47%-
XYZ38.6240.1617.77-
YUV167.7389.78147.45-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.21%
GREEN value IS 167 (65.62% from 255) = 36.15%
BLUE value IS 100 (39.45% from 255) = 21.65%
R=42.21%
G=36.15%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516710000.140.490.2442.3244.1957.84
HexC3A7640E31182a2c3a
Octal3032471440166130525472
Binary110000111010011111001000111011000111000101010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A764; }

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

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

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

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

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

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

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

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