Html Css Color HEX #C29984 Pale Taupe

📋 copy color: '#C29984'

red 194 ◦ green 153 ◦ blue 132

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

Shades of Pale Taupe #C29984

Tints of Pale Taupe #C29984

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.94%

 BLUE value IS 132 (51.95% from 255) = 27.56%

R = 40.5%
G = 31.94%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C29984 (or 0xC29984) is known color: Pale Taupe. HEX triplet: C2, 99 and 84. RGB value is (194,153,132). Sum of RGB (Red+Green+Blue) = 194+153+132=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 132 (51.95% from 255 or 27.56% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C29984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29984 is #3D667B. Grayscale: #A2A2A2. Windows color (decimal): -4023932 or 8690114. OLE color: 8690114.

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

Color convert

RGB 194 153 132 -
CMYK 0 0.21 0.32 0.24
HSL 20.32º 0.34% 0.64% -
HSV(B) 20.32º 0.32% 0.76% -
XYZ 37.8 35.92 26.77 -
YUV 162.87 110.58 150.21 -
System Red Green Blue C M Y K H S L
Decimal 194 153 132 0 0.21 0.32 0.24 20.32 0.34 0.64
Hex C2 99 84 0 15 20 18 14 22 40
Octal 302 231 204 0 25 40 30 24 42 100
Binary 11000010 10011001 10000100 0 10101 100000 11000 10100 100010 1000000

Color Harmonies of #C29984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29984

Black with #C29984

Text Example


Text Example

White with #C29984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29984; }

 p { color: rgb(194,153,132); }

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

background-color css

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

 a { background-color: rgb(194,153,132); }

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

border-color css

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

 span { border-color: rgb(194,153,132); }

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