Html Css Color HEX #C29A79 Pale Taupe

📋 copy color: '#C29A79'

red 194 ◦ green 154 ◦ blue 121

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

Shades of Pale Taupe #C29A79

Tints of Pale Taupe #C29A79

RGB

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

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

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

R = 41.36%
G = 32.84%
B = 25.8%

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

#C29A79 (or 0xC29A79) is known color: Pale Taupe. HEX triplet: C2, 9A and 79. RGB value is (194,154,121). Sum of RGB (Red+Green+Blue) = 194+154+121=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29A79 is #3D6586. Grayscale: #A2A2A2. Windows color (decimal): -4023687 or 7969474. OLE color: 7969474.

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

Color convert

RGB 194 154 121 -
CMYK 0 0.21 0.38 0.24
HSL 27.12º 0.37% 0.62% -
HSV(B) 27.12º 0.38% 0.76% -
XYZ 37.25 35.96 23.07 -
YUV 162.2 104.75 150.68 -
System Red Green Blue C M Y K H S L
Decimal 194 154 121 0 0.21 0.38 0.24 27.12 0.37 0.62
Hex C2 9A 79 0 15 26 18 1B 25 3E
Octal 302 232 171 0 25 46 30 33 45 76
Binary 11000010 10011010 1111001 0 10101 100110 11000 11011 100101 111110

Color Harmonies of #C29A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29A79

Black with #C29A79

Text Example


Text Example

White with #C29A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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