#C39E5F

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

Shades of Laser #C39E5F

Tints of Laser #C39E5F

Color information

#C39E5F (or 0xC39E5F) is unknown color: approx Laser. HEX triplet: C3, 9E and 5F. RGB value is (195,158,95). Sum of RGB (Red+Green+Blue) = 195+158+95=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 95 (37.5% from 255 or 21.21% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C39E5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39E5F is #3C61A0. Grayscale: #A2A2A2. Windows color (decimal): -3957153 or 6266563. OLE color: 6266563.

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

Color convert

RGB19515895-
CMYK00.190.510.24
HSL37.8º45.45%56.86%-
HSV(B)37.8º51.28%76.47%-
XYZ36.836.8816.01-
YUV161.8890.26151.62-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.53%
GREEN value IS 158 (62.11% from 255) = 35.27%
BLUE value IS 95 (37.5% from 255) = 21.21%
R=43.53%
G=35.27%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951589500.190.510.2437.845.4556.86
HexC39E5F0133318262d39
Octal3032361370236330465571
Binary1100001110011110101111101001111001111000100110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39E5F; }

 p { color: rgb(195,158,95); }

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

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

 a { background-color: rgb(195,158,95); }

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

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

 span { border-color: rgb(195,158,95); }

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