#C4B064

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

Shades of Laser #C4B064

Tints of Laser #C4B064

Color information

#C4B064 (or 0xC4B064) is unknown color: approx Laser. HEX triplet: C4, B0 and 64. RGB value is (196,176,100). Sum of RGB (Red+Green+Blue) = 196+176+100=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 100 (39.45% from 255 or 21.19% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B064 is #3B4F9B. Grayscale: #ADADAD. Windows color (decimal): -3887004 or 6598852. OLE color: 6598852.

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

Color convert

RGB196176100-
CMYK00.100.490.23
HSL47.5º44.86%58.04%-
HSV(B)47.5º48.98%76.86%-
XYZ40.5943.7118.35-
YUV173.3286.63144.18-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.53%
GREEN value IS 176 (69.14% from 255) = 37.29%
BLUE value IS 100 (39.45% from 255) = 21.19%
R=41.53%
G=37.29%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617610000.100.490.2347.544.8658.04
HexC4B0640A3117302d3a
Octal3042601440126127605572
Binary110001001011000011001000101011000110111110000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B064; }

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

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

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

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

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

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

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

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