#C4AA60

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

Shades of Laser #C4AA60

Tints of Laser #C4AA60

Color information

#C4AA60 (or 0xC4AA60) is unknown color: approx Laser. HEX triplet: C4, AA and 60. RGB value is (196,170,96). Sum of RGB (Red+Green+Blue) = 196+170+96=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 96 (37.89% from 255 or 20.78% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AA60 is #3B559F. Grayscale: #A9A9A9. Windows color (decimal): -3888544 or 6335172. OLE color: 6335172.

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

Color convert

RGB19617096-
CMYK00.130.510.23
HSL44.4º45.87%57.25%-
HSV(B)44.4º51.02%76.86%-
XYZ39.2541.3316.98-
YUV169.3486.61147.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.42%
GREEN value IS 170 (66.80% from 255) = 36.80%
BLUE value IS 96 (37.89% from 255) = 20.78%
R=42.42%
G=36.80%
B=20.78%

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
Decimal1961709600.130.510.2344.445.8757.25
HexC4AA600D33172c2e39
Octal3042521400156327545671
Binary110001001010101011000000110111001110111101100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AA60; }

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

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

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

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

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

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

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

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