Html Css Color HEX #C29881 Pale Taupe

📋 copy color: '#C29881'

red 194 ◦ green 152 ◦ blue 129

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

Shades of Pale Taupe #C29881

Tints of Pale Taupe #C29881

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32%

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

R = 40.84%
G = 32%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C29881 (or 0xC29881) is known color: Pale Taupe. HEX triplet: C2, 98 and 81. RGB value is (194,152,129). Sum of RGB (Red+Green+Blue) = 194+152+129=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 129 (50.78% from 255 or 27.16% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C29881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29881 is #3D677E. Grayscale: #A2A2A2. Windows color (decimal): -4024191 or 8493250. OLE color: 8493250.

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

Color convert

RGB 194 152 129 -
CMYK 0 0.22 0.34 0.24
HSL 21.23º 0.35% 0.63% -
HSV(B) 21.23º 0.34% 0.76% -
XYZ 37.44 35.51 25.65 -
YUV 161.94 109.41 150.87 -
System Red Green Blue C M Y K H S L
Decimal 194 152 129 0 0.22 0.34 0.24 21.23 0.35 0.63
Hex C2 98 81 0 16 22 18 15 23 3F
Octal 302 230 201 0 26 42 30 25 43 77
Binary 11000010 10011000 10000001 0 10110 100010 11000 10101 100011 111111

Color Harmonies of #C29881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29881

Black with #C29881

Text Example


Text Example

White with #C29881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29881; }

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

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

background-color css

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

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

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

border-color css

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

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

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