Html Css Color HEX #C29A80 Pale Taupe

📋 copy color: '#C29A80'

red 194 ◦ green 154 ◦ blue 128

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

Shades of Pale Taupe #C29A80

Tints of Pale Taupe #C29A80

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.35%

 BLUE value IS 128 (50.39% from 255) = 26.89%

R = 40.76%
G = 32.35%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C29A80 (or 0xC29A80) is known color: Pale Taupe. HEX triplet: C2, 9A and 80. RGB value is (194,154,128). Sum of RGB (Red+Green+Blue) = 194+154+128=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29A80 is #3D657F. Grayscale: #A3A3A3. Windows color (decimal): -4023680 or 8428226. OLE color: 8428226.

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

Color convert

RGB 194 154 128 -
CMYK 0 0.21 0.34 0.24
HSL 23.64º 0.35% 0.63% -
HSV(B) 23.64º 0.34% 0.76% -
XYZ 37.7 36.14 25.41 -
YUV 163 108.25 150.11 -
System Red Green Blue C M Y K H S L
Decimal 194 154 128 0 0.21 0.34 0.24 23.64 0.35 0.63
Hex C2 9A 80 0 15 22 18 18 23 3F
Octal 302 232 200 0 25 42 30 30 43 77
Binary 11000010 10011010 10000000 0 10101 100010 11000 11000 100011 111111

Color Harmonies of #C29A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29A80

Black with #C29A80

Text Example


Text Example

White with #C29A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29A80; }

 p { color: rgb(194,154,128); }

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

background-color css

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

 a { background-color: rgb(194,154,128); }

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

border-color css

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

 span { border-color: rgb(194,154,128); }

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