#C4AA61

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

Shades of Laser #C4AA61

Tints of Laser #C4AA61

Color information

#C4AA61 (or 0xC4AA61) is unknown color: approx Laser. HEX triplet: C4, AA and 61. RGB value is (196,170,97). Sum of RGB (Red+Green+Blue) = 196+170+97=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 97 (38.28% from 255 or 20.95% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AA61 is #3B559E. Grayscale: #A9A9A9. Windows color (decimal): -3888543 or 6400708. OLE color: 6400708.

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

Color convert

RGB19617097-
CMYK00.130.510.23
HSL44.24º45.62%57.45%-
HSV(B)44.24º50.51%76.86%-
XYZ39.341.3517.22-
YUV169.4587.11146.94-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.33%
GREEN value IS 170 (66.80% from 255) = 36.72%
BLUE value IS 97 (38.28% from 255) = 20.95%
R=42.33%
G=36.72%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961709700.130.510.2344.2445.6257.45
HexC4AA610D33172c2e39
Octal3042521410156327545671
Binary110001001010101011000010110111001110111101100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AA61; }

 p { color: rgb(196,170,97); }

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

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

 a { background-color: rgb(196,170,97); }

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

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

 span { border-color: rgb(196,170,97); }

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