Html Css Color HEX #C29578 Pale Taupe

📋 copy color: '#C29578'

red 194 ◦ green 149 ◦ blue 120

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

Shades of Pale Taupe #C29578

Tints of Pale Taupe #C29578

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.18%

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

R = 41.9%
G = 32.18%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C29578 (or 0xC29578) is known color: Pale Taupe. HEX triplet: C2, 95 and 78. RGB value is (194,149,120). Sum of RGB (Red+Green+Blue) = 194+149+120=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C29578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29578 is #3D6A87. Grayscale: #9F9F9F. Windows color (decimal): -4024968 or 7902658. OLE color: 7902658.

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

Color convert

RGB 194 149 120 -
CMYK 0 0.23 0.38 0.24
HSL 23.51º 0.38% 0.62% -
HSV(B) 23.51º 0.38% 0.76% -
XYZ 36.39 34.32 22.48 -
YUV 159.15 105.91 152.86 -
System Red Green Blue C M Y K H S L
Decimal 194 149 120 0 0.23 0.38 0.24 23.51 0.38 0.62
Hex C2 95 78 0 17 26 18 18 26 3E
Octal 302 225 170 0 27 46 30 30 46 76
Binary 11000010 10010101 1111000 0 10111 100110 11000 11000 100110 111110

Color Harmonies of #C29578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29578

Black with #C29578

Text Example


Text Example

White with #C29578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29578; }

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

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

background-color css

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

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

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

border-color css

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

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

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