Html Css Color HEX #C29880 Pale Taupe

📋 copy color: '#C29880'

red 194 ◦ green 152 ◦ blue 128

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

Shades of Pale Taupe #C29880

Tints of Pale Taupe #C29880

RGB

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

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

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

R = 40.93%
G = 32.07%
B = 27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C29880 (or 0xC29880) is known color: Pale Taupe. HEX triplet: C2, 98 and 80. RGB value is (194,152,128). Sum of RGB (Red+Green+Blue) = 194+152+128=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C29880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29880 is #3D677F. Grayscale: #A1A1A1. Windows color (decimal): -4024192 or 8427714. OLE color: 8427714.

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

Color convert

RGB 194 152 128 -
CMYK 0 0.22 0.34 0.24
HSL 21.82º 0.35% 0.63% -
HSV(B) 21.82º 0.34% 0.76% -
XYZ 37.37 35.48 25.3 -
YUV 161.82 108.91 150.95 -
System Red Green Blue C M Y K H S L
Decimal 194 152 128 0 0.22 0.34 0.24 21.82 0.35 0.63
Hex C2 98 80 0 16 22 18 16 23 3F
Octal 302 230 200 0 26 42 30 26 43 77
Binary 11000010 10011000 10000000 0 10110 100010 11000 10110 100011 111111

Color Harmonies of #C29880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29880

Black with #C29880

Text Example


Text Example

White with #C29880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29880; }

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

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

background-color css

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

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

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

border-color css

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

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

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