#C29E5B

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

Shades of Laser #C29E5B

Tints of Laser #C29E5B

Color information

#C29E5B (or 0xC29E5B) is unknown color: approx Laser. HEX triplet: C2, 9E and 5B. RGB value is (194,158,91). Sum of RGB (Red+Green+Blue) = 194+158+91=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 158 (62.11% from 255 or 35.67% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29E5B is #3D61A4. Grayscale: #A1A1A1. Windows color (decimal): -4022693 or 6004418. OLE color: 6004418.

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

Color convert

RGB19415891-
CMYK00.190.530.24
HSL39.03º45.78%55.88%-
HSV(B)39.03º53.09%76.08%-
XYZ36.3636.6815.06-
YUV161.1388.43151.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.79%
GREEN value IS 158 (62.11% from 255) = 35.67%
BLUE value IS 91 (35.94% from 255) = 20.54%
R=43.79%
G=35.67%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941589100.190.530.2439.0345.7855.88
HexC29E5B0133518272e38
Octal3022361330236530475670
Binary1100001010011110101101101001111010111000100111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29E5B; }

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

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

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

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

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

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

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

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