Html Css Color HEX #C29980 Pale Taupe

📋 copy color: '#C29980'

red 194 ◦ green 153 ◦ blue 128

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

Shades of Pale Taupe #C29980

Tints of Pale Taupe #C29980

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.21%

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

R = 40.84%
G = 32.21%
B = 26.95%

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

#C29980 (or 0xC29980) is known color: Pale Taupe. HEX triplet: C2, 99 and 80. RGB value is (194,153,128). Sum of RGB (Red+Green+Blue) = 194+153+128=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C29980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29980 is #3D667F. Grayscale: #A2A2A2. Windows color (decimal): -4023936 or 8427970. OLE color: 8427970.

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

Color convert

RGB 194 153 128 -
CMYK 0 0.21 0.34 0.24
HSL 22.73º 0.35% 0.63% -
HSV(B) 22.73º 0.34% 0.76% -
XYZ 37.54 35.81 25.36 -
YUV 162.41 108.58 150.53 -
System Red Green Blue C M Y K H S L
Decimal 194 153 128 0 0.21 0.34 0.24 22.73 0.35 0.63
Hex C2 99 80 0 15 22 18 17 23 3F
Octal 302 231 200 0 25 42 30 27 43 77
Binary 11000010 10011001 10000000 0 10101 100010 11000 10111 100011 111111

Color Harmonies of #C29980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29980

Black with #C29980

Text Example


Text Example

White with #C29980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29980; }

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

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

background-color css

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

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

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

border-color css

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

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

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