#C4AA63

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

Shades of Laser #C4AA63

Tints of Laser #C4AA63

Color information

#C4AA63 (or 0xC4AA63) is unknown color: approx Laser. HEX triplet: C4, AA and 63. RGB value is (196,170,99). Sum of RGB (Red+Green+Blue) = 196+170+99=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AA63 is #3B559C. Grayscale: #A9A9A9. Windows color (decimal): -3888541 or 6531780. OLE color: 6531780.

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

Color convert

RGB19617099-
CMYK00.130.490.23
HSL43.92º45.12%57.84%-
HSV(B)43.92º49.49%76.86%-
XYZ39.3941.3917.72-
YUV169.6888.11146.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.15%
GREEN value IS 170 (66.80% from 255) = 36.56%
BLUE value IS 99 (39.06% from 255) = 21.29%
R=42.15%
G=36.56%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961709900.130.490.2343.9245.1257.84
HexC4AA630D31172c2d3a
Octal3042521430156127545572
Binary110001001010101011000110110111000110111101100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AA63; }

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

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

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

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

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

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

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

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