Html Css Color HEX #C29178 Pale Taupe

📋 copy color: '#C29178'

red 194 ◦ green 145 ◦ blue 120

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

Shades of Pale Taupe #C29178

Tints of Pale Taupe #C29178

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.59%

 BLUE value IS 120 (47.27% from 255) = 26.14%

R = 42.27%
G = 31.59%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C29178 (or 0xC29178) is known color: Pale Taupe. HEX triplet: C2, 91 and 78. RGB value is (194,145,120). Sum of RGB (Red+Green+Blue) = 194+145+120=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C29178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29178 is #3D6E87. Grayscale: #9C9C9C. Windows color (decimal): -4025992 or 7901634. OLE color: 7901634.

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

Color convert

RGB 194 145 120 -
CMYK 0 0.25 0.38 0.24
HSL 20.27º 0.38% 0.62% -
HSV(B) 20.27º 0.38% 0.76% -
XYZ 35.76 33.08 22.27 -
YUV 156.8 107.23 154.53 -
System Red Green Blue C M Y K H S L
Decimal 194 145 120 0 0.25 0.38 0.24 20.27 0.38 0.62
Hex C2 91 78 0 19 26 18 14 26 3E
Octal 302 221 170 0 31 46 30 24 46 76
Binary 11000010 10010001 1111000 0 11001 100110 11000 10100 100110 111110

Color Harmonies of #C29178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29178

Black with #C29178

Text Example


Text Example

White with #C29178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29178; }

 p { color: rgb(194,145,120); }

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

background-color css

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

 a { background-color: rgb(194,145,120); }

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

border-color css

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

 span { border-color: rgb(194,145,120); }

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