#C4B15E

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

Shades of Laser #C4B15E

Tints of Laser #C4B15E

Color information

#C4B15E (or 0xC4B15E) is unknown color: approx Laser. HEX triplet: C4, B1 and 5E. RGB value is (196,177,94). Sum of RGB (Red+Green+Blue) = 196+177+94=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B15E is #3B4EA1. Grayscale: #ADADAD. Windows color (decimal): -3886754 or 6205892. OLE color: 6205892.

HSL color Cylindrical-coordinate representation of color #C4B15E: hue angle of 48.82º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4B15E is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB19617794-
CMYK00.100.520.23
HSL48.82º46.36%56.86%-
HSV(B)48.82º52.04%76.86%-
XYZ40.5143.9916.95-
YUV173.2283.29144.25-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.97%
GREEN value IS 177 (69.53% from 255) = 37.90%
BLUE value IS 94 (37.11% from 255) = 20.13%
R=41.97%
G=37.90%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961779400.100.520.2348.8246.3656.86
HexC4B15E0A3417312e39
Octal3042611360126427615671
Binary110001001011000110111100101011010010111110001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B15E; }

 p { color: rgb(196,177,94); }

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

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

 a { background-color: rgb(196,177,94); }

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

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

 span { border-color: rgb(196,177,94); }

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