Html Css Color HEX #C29F5E Laser

📋 copy color: '#C29F5E'

red 194 ◦ green 159 ◦ blue 94

#C29F5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laser #C29F5E

Tints of Laser #C29F5E

RGB

 RED value IS 194 (76.17% from 255) = 43.4%

 GREEN value IS 159 (62.5% from 255) = 35.57%

 BLUE value IS 94 (37.11% from 255) = 21.03%

R = 43.4%
G = 35.57%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C29F5E (or 0xC29F5E) is known color: Laser. HEX triplet: C2, 9F and 5E. RGB value is (194,159,94). Sum of RGB (Red+Green+Blue) = 194+159+94=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29F5E is #3D60A1. Grayscale: #A2A2A2. Windows color (decimal): -4022434 or 6201282. OLE color: 6201282.

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

Color convert

RGB 194 159 94 -
CMYK 0 0.18 0.52 0.24
HSL 39º 0.45% 0.56% -
HSV(B) 39º 0.52% 0.76% -
XYZ 36.67 37.07 15.81 -
YUV 162.06 89.6 150.79 -
System Red Green Blue C M Y K H S L
Decimal 194 159 94 0 0.18 0.52 0.24 39 0.45 0.56
Hex C2 9F 5E 0 12 34 18 27 2D 38
Octal 302 237 136 0 22 64 30 47 55 70
Binary 11000010 10011111 1011110 0 10010 110100 11000 100111 101101 111000

Color Harmonies of #C29F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29F5E

Black with #C29F5E

Text Example


Text Example

White with #C29F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29F5E; }

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

 H1.HeaderClassName
 {
   color: #C29F5E;
 }
 .AnyTagClassName
 {
   color: #C29F5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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