#C19E5D

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

Shades of Laser #C19E5D

Tints of Laser #C19E5D

Color information

#C19E5D (or 0xC19E5D) is unknown color: approx Laser. HEX triplet: C1, 9E and 5D. RGB value is (193,158,93). Sum of RGB (Red+Green+Blue) = 193+158+93=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C19E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19E5D is #3E61A2. Grayscale: #A1A1A1. Windows color (decimal): -4088227 or 6135489. OLE color: 6135489.

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

Color convert

RGB19315893-
CMYK00.180.520.24
HSL39º44.64%56.08%-
HSV(B)39º51.81%75.69%-
XYZ36.1936.5815.51-
YUV161.0689.6150.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.47%
GREEN value IS 158 (62.11% from 255) = 35.59%
BLUE value IS 93 (36.72% from 255) = 20.95%
R=43.47%
G=35.59%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931589300.180.520.243944.6456.08
HexC19E5D0123418272d38
Octal3012361350226430475570
Binary1100000110011110101110101001011010011000100111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19E5D; }

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

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

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

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

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

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

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

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