Html Css Color HEX #C29E78 Pale Taupe

📋 copy color: '#C29E78'

red 194 ◦ green 158 ◦ blue 120

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

Shades of Pale Taupe #C29E78

Tints of Pale Taupe #C29E78

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.47%

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

R = 41.1%
G = 33.47%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C29E78 (or 0xC29E78) is known color: Pale Taupe. HEX triplet: C2, 9E and 78. RGB value is (194,158,120). Sum of RGB (Red+Green+Blue) = 194+158+120=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29E78 is #3D6187. Grayscale: #A4A4A4. Windows color (decimal): -4022664 or 7904962. OLE color: 7904962.

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

Color convert

RGB 194 158 120 -
CMYK 0 0.19 0.38 0.24
HSL 30.81º 0.38% 0.62% -
HSV(B) 30.81º 0.38% 0.76% -
XYZ 37.87 37.28 22.97 -
YUV 164.43 102.93 149.09 -
System Red Green Blue C M Y K H S L
Decimal 194 158 120 0 0.19 0.38 0.24 30.81 0.38 0.62
Hex C2 9E 78 0 13 26 18 1F 26 3E
Octal 302 236 170 0 23 46 30 37 46 76
Binary 11000010 10011110 1111000 0 10011 100110 11000 11111 100110 111110

Color Harmonies of #C29E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29E78

Black with #C29E78

Text Example


Text Example

White with #C29E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29E78; }

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

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

background-color css

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

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

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

border-color css

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

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

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