Html Css Color HEX #C29979 Pale Taupe

📋 copy color: '#C29979'

red 194 ◦ green 153 ◦ blue 121

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

Shades of Pale Taupe #C29979

Tints of Pale Taupe #C29979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.85%

R = 41.45%
G = 32.69%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C29979 (or 0xC29979) is known color: Pale Taupe. HEX triplet: C2, 99 and 79. RGB value is (194,153,121). Sum of RGB (Red+Green+Blue) = 194+153+121=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C29979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29979 is #3D6686. Grayscale: #A1A1A1. Windows color (decimal): -4023943 or 7969218. OLE color: 7969218.

HSL color Cylindrical-coordinate representation of color #C29979: hue angle of 26.3º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C29979 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 153 121 -
CMYK 0 0.21 0.38 0.24
HSL 26.3º 0.37% 0.62% -
HSV(B) 26.3º 0.38% 0.76% -
XYZ 37.09 35.63 23.01 -
YUV 161.61 105.08 151.1 -
System Red Green Blue C M Y K H S L
Decimal 194 153 121 0 0.21 0.38 0.24 26.3 0.37 0.62
Hex C2 99 79 0 15 26 18 1A 25 3E
Octal 302 231 171 0 25 46 30 32 45 76
Binary 11000010 10011001 1111001 0 10101 100110 11000 11010 100101 111110

Color Harmonies of #C29979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29979

Black with #C29979

Text Example


Text Example

White with #C29979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29979; }

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

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

background-color css

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

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

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

border-color css

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

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

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