Html Css Color HEX #C29581 Pale Taupe

📋 copy color: '#C29581'

red 194 ◦ green 149 ◦ blue 129

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

Shades of Pale Taupe #C29581

Tints of Pale Taupe #C29581

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.57%

 BLUE value IS 129 (50.78% from 255) = 27.33%

R = 41.1%
G = 31.57%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C29581 (or 0xC29581) is known color: Pale Taupe. HEX triplet: C2, 95 and 81. RGB value is (194,149,129). Sum of RGB (Red+Green+Blue) = 194+149+129=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 129 (50.78% from 255 or 27.33% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C29581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29581 is #3D6A7E. Grayscale: #A0A0A0. Windows color (decimal): -4024959 or 8492482. OLE color: 8492482.

HSL color Cylindrical-coordinate representation of color #C29581: hue angle of 18.46º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C29581 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 149 129 -
CMYK 0 0.23 0.34 0.24
HSL 18.46º 0.35% 0.63% -
HSV(B) 18.46º 0.34% 0.76% -
XYZ 36.96 34.55 25.49 -
YUV 160.18 110.41 152.13 -
System Red Green Blue C M Y K H S L
Decimal 194 149 129 0 0.23 0.34 0.24 18.46 0.35 0.63
Hex C2 95 81 0 17 22 18 12 23 3F
Octal 302 225 201 0 27 42 30 22 43 77
Binary 11000010 10010101 10000001 0 10111 100010 11000 10010 100011 111111

Color Harmonies of #C29581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29581

Black with #C29581

Text Example


Text Example

White with #C29581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29581; }

 p { color: rgb(194,149,129); }

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

background-color css

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

 a { background-color: rgb(194,149,129); }

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

border-color css

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

 span { border-color: rgb(194,149,129); }

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