Html Css Color HEX #C49880 Pale Taupe

📋 copy color: '#C49880'

red 196 ◦ green 152 ◦ blue 128

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

Shades of Pale Taupe #C49880

Tints of Pale Taupe #C49880

RGB

 RED value IS 196 (76.95% from 255) = 41.18%

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

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

R = 41.18%
G = 31.93%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C49880 (or 0xC49880) is known color: Pale Taupe. HEX triplet: C4, 98 and 80. RGB value is (196,152,128). Sum of RGB (Red+Green+Blue) = 196+152+128=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C49880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49880 is #3B677F. Grayscale: #A2A2A2. Windows color (decimal): -3893120 or 8427716. OLE color: 8427716.

HSL color Cylindrical-coordinate representation of color #C49880: hue angle of 21.18º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C49880 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 152 128 -
CMYK 0 0.22 0.35 0.23
HSL 21.18º 0.37% 0.64% -
HSV(B) 21.18º 0.35% 0.77% -
XYZ 37.89 35.75 25.33 -
YUV 162.42 108.58 151.95 -
System Red Green Blue C M Y K H S L
Decimal 196 152 128 0 0.22 0.35 0.23 21.18 0.37 0.64
Hex C4 98 80 0 16 23 17 15 25 40
Octal 304 230 200 0 26 43 27 25 45 100
Binary 11000100 10011000 10000000 0 10110 100011 10111 10101 100101 1000000

Color Harmonies of #C49880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49880

Black with #C49880

Text Example


Text Example

White with #C49880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49880; }

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

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

background-color css

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

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

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

border-color css

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

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

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