#C19E5B

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

Shades of Laser #C19E5B

Tints of Laser #C19E5B

Color information

#C19E5B (or 0xC19E5B) is unknown color: approx Laser. HEX triplet: C1, 9E and 5B. RGB value is (193,158,91). Sum of RGB (Red+Green+Blue) = 193+158+91=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 158 (62.11% from 255 or 35.75% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C19E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19E5B is #3E61A4. Grayscale: #A1A1A1. Windows color (decimal): -4088229 or 6004417. OLE color: 6004417.

HSL color Cylindrical-coordinate representation of color #C19E5B: hue angle of 39.41º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C19E5B is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB19315891-
CMYK00.180.530.24
HSL39.41º45.13%55.69%-
HSV(B)39.41º52.85%75.69%-
XYZ36.1136.5515.05-
YUV160.8388.6150.95-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.67%
GREEN value IS 158 (62.11% from 255) = 35.75%
BLUE value IS 91 (35.94% from 255) = 20.59%
R=43.67%
G=35.75%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931589100.180.530.2439.4145.1355.69
HexC19E5B0123518272d38
Octal3012361330226530475570
Binary1100000110011110101101101001011010111000100111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19E5B; }

 p { color: rgb(193,158,91); }

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

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

 a { background-color: rgb(193,158,91); }

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

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

 span { border-color: rgb(193,158,91); }

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