Html Css Color HEX #C29680 Pale Taupe

📋 copy color: '#C29680'

red 194 ◦ green 150 ◦ blue 128

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

Shades of Pale Taupe #C29680

Tints of Pale Taupe #C29680

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.78%

 BLUE value IS 128 (50.39% from 255) = 27.12%

R = 41.1%
G = 31.78%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C29680 (or 0xC29680) is known color: Pale Taupe. HEX triplet: C2, 96 and 80. RGB value is (194,150,128). Sum of RGB (Red+Green+Blue) = 194+150+128=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C29680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29680 is #3D697F. Grayscale: #A0A0A0. Windows color (decimal): -4024704 or 8427202. OLE color: 8427202.

HSL color Cylindrical-coordinate representation of color #C29680: hue angle of 20º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C29680 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 150 128 -
CMYK 0 0.23 0.34 0.24
HSL 20º 0.35% 0.63% -
HSV(B) 20º 0.34% 0.76% -
XYZ 37.05 34.84 25.19 -
YUV 160.65 109.58 151.79 -
System Red Green Blue C M Y K H S L
Decimal 194 150 128 0 0.23 0.34 0.24 20 0.35 0.63
Hex C2 96 80 0 17 22 18 14 23 3F
Octal 302 226 200 0 27 42 30 24 43 77
Binary 11000010 10010110 10000000 0 10111 100010 11000 10100 100011 111111

Color Harmonies of #C29680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29680

Black with #C29680

Text Example


Text Example

White with #C29680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29680; }

 p { color: rgb(194,150,128); }

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

background-color css

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

 a { background-color: rgb(194,150,128); }

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

border-color css

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

 span { border-color: rgb(194,150,128); }

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