#C29D5A

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

Shades of Laser #C29D5A

Tints of Laser #C29D5A

Color information

#C29D5A (or 0xC29D5A) is unknown color: approx Laser. HEX triplet: C2, 9D and 5A. RGB value is (194,157,90). Sum of RGB (Red+Green+Blue) = 194+157+90=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 90 (35.55% from 255 or 20.41% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29D5A is #3D62A5. Grayscale: #A0A0A0. Windows color (decimal): -4022950 or 5938626. OLE color: 5938626.

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

Color convert

RGB19415790-
CMYK00.190.540.24
HSL38.65º46.02%55.69%-
HSV(B)38.65º53.61%76.08%-
XYZ36.1536.3214.78-
YUV160.4288.26151.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.99%
GREEN value IS 157 (61.72% from 255) = 35.60%
BLUE value IS 90 (35.55% from 255) = 20.41%
R=43.99%
G=35.60%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941579000.190.540.2438.6546.0255.69
HexC29D5A0133618272e38
Octal3022351320236630475670
Binary1100001010011101101101001001111011011000100111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29D5A; }

 p { color: rgb(194,157,90); }

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

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

 a { background-color: rgb(194,157,90); }

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

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

 span { border-color: rgb(194,157,90); }

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