#c4a55b

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

Shades of Laser #C4A55B

Tints of Laser #C4A55B

Color information

#C4A55B (or 0xC4A55B) is unknown color: approx Laser. HEX triplet: C4, A5 and 5B. RGB value is (196,165,91). Sum of RGB (Red+Green+Blue) = 196+165+91=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 91 (35.94% from 255 or 20.13% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A55B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A55B is #3B5AA4. Grayscale: #A6A6A6. Windows color (decimal): -3889829 or 6006212. OLE color: 6006212.

HSL color Cylindrical-coordinate representation of color #C4A55B: hue angle of 42.29º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C4A55B is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB19616591-
CMYK00.160.540.23
HSL42.29º47.09%56.27%-
HSV(B)42.29º53.57%76.86%-
XYZ38.1139.415.49-
YUV165.8385.77149.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.36%
GREEN value IS 165 (64.84% from 255) = 36.50%
BLUE value IS 91 (35.94% from 255) = 20.13%
R=43.36%
G=36.50%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961659100.160.540.2342.2947.0956.27
HexC4A55B01036172a2f38
Octal3042451330206627525770
Binary1100010010100101101101101000011011010111101010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4a55b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4a55b; }

 p { color: rgb(196,165,91); }

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

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

 a { background-color: rgb(196,165,91); }

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

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

 span { border-color: rgb(196,165,91); }

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