Html Css Color HEX #C29883 Pale Taupe

📋 copy color: '#C29883'

red 194 ◦ green 152 ◦ blue 131

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

Shades of Pale Taupe #C29883

Tints of Pale Taupe #C29883

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.87%

 BLUE value IS 131 (51.56% from 255) = 27.46%

R = 40.67%
G = 31.87%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C29883 (or 0xC29883) is known color: Pale Taupe. HEX triplet: C2, 98 and 83. RGB value is (194,152,131). Sum of RGB (Red+Green+Blue) = 194+152+131=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C29883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29883 is #3D677C. Grayscale: #A2A2A2. Windows color (decimal): -4024189 or 8624322. OLE color: 8624322.

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

Color convert

RGB 194 152 131 -
CMYK 0 0.22 0.32 0.24
HSL 20º 0.34% 0.64% -
HSV(B) 20º 0.32% 0.76% -
XYZ 37.57 35.56 26.36 -
YUV 162.16 110.41 150.71 -
System Red Green Blue C M Y K H S L
Decimal 194 152 131 0 0.22 0.32 0.24 20 0.34 0.64
Hex C2 98 83 0 16 20 18 14 22 40
Octal 302 230 203 0 26 40 30 24 42 100
Binary 11000010 10011000 10000011 0 10110 100000 11000 10100 100010 1000000

Color Harmonies of #C29883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29883

Black with #C29883

Text Example


Text Example

White with #C29883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29883; }

 p { color: rgb(194,152,131); }

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

background-color css

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

 a { background-color: rgb(194,152,131); }

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

border-color css

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

 span { border-color: rgb(194,152,131); }

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