#C4AB64

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

Shades of Laser #C4AB64

Tints of Laser #C4AB64

Color information

#C4AB64 (or 0xC4AB64) is unknown color: approx Laser. HEX triplet: C4, AB and 64. RGB value is (196,171,100). Sum of RGB (Red+Green+Blue) = 196+171+100=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AB64 is #3B549B. Grayscale: #AAAAAA. Windows color (decimal): -3888284 or 6597572. OLE color: 6597572.

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

Color convert

RGB196171100-
CMYK00.130.490.23
HSL44.38º44.86%58.04%-
HSV(B)44.38º48.98%76.86%-
XYZ39.6341.7818.03-
YUV170.3888.28146.27-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.97%
GREEN value IS 171 (67.19% from 255) = 36.62%
BLUE value IS 100 (39.45% from 255) = 21.41%
R=41.97%
G=36.62%
B=21.41%

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
Decimal19617110000.130.490.2344.3844.8658.04
HexC4AB640D31172c2d3a
Octal3042531440156127545572
Binary110001001010101111001000110111000110111101100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AB64; }

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

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

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

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

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

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

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

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