#C29E5E

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

Shades of Laser #C29E5E

Tints of Laser #C29E5E

Color information

#C29E5E (or 0xC29E5E) is unknown color: approx Laser. HEX triplet: C2, 9E and 5E. RGB value is (194,158,94). Sum of RGB (Red+Green+Blue) = 194+158+94=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29E5E is #3D61A1. Grayscale: #A1A1A1. Windows color (decimal): -4022690 or 6201026. OLE color: 6201026.

HSL color Cylindrical-coordinate representation of color #C29E5E: hue angle of 38.4º 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 #C29E5E is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB19415894-
CMYK00.190.520.24
HSL38.4º45.05%56.47%-
HSV(B)38.4º51.55%76.08%-
XYZ36.536.7315.76-
YUV161.4789.93151.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.50%
GREEN value IS 158 (62.11% from 255) = 35.43%
BLUE value IS 94 (37.11% from 255) = 21.08%
R=43.50%
G=35.43%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941589400.190.520.2438.445.0556.47
HexC29E5E0133418262d38
Octal3022361360236430465570
Binary1100001010011110101111001001111010011000100110101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29E5E; }

 p { color: rgb(194,158,94); }

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

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

 a { background-color: rgb(194,158,94); }

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

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

 span { border-color: rgb(194,158,94); }

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