Html Css Color HEX #C29982 Pale Taupe

📋 copy color: '#C29982'

red 194 ◦ green 153 ◦ blue 130

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

Shades of Pale Taupe #C29982

Tints of Pale Taupe #C29982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.25%

R = 40.67%
G = 32.08%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C29982 (or 0xC29982) is known color: Pale Taupe. HEX triplet: C2, 99 and 82. RGB value is (194,153,130). Sum of RGB (Red+Green+Blue) = 194+153+130=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C29982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29982 is #3D667D. Grayscale: #A2A2A2. Windows color (decimal): -4023934 or 8559042. OLE color: 8559042.

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

Color convert

RGB 194 153 130 -
CMYK 0 0.21 0.33 0.24
HSL 21.56º 0.34% 0.64% -
HSV(B) 21.56º 0.33% 0.76% -
XYZ 37.67 35.86 26.06 -
YUV 162.64 109.58 150.37 -
System Red Green Blue C M Y K H S L
Decimal 194 153 130 0 0.21 0.33 0.24 21.56 0.34 0.64
Hex C2 99 82 0 15 21 18 16 22 40
Octal 302 231 202 0 25 41 30 26 42 100
Binary 11000010 10011001 10000010 0 10101 100001 11000 10110 100010 1000000

Color Harmonies of #C29982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29982

Black with #C29982

Text Example


Text Example

White with #C29982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29982; }

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

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

background-color css

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

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

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

border-color css

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

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

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