Html Css Color HEX #C49882 Pale Taupe

📋 copy color: '#C49882'

red 196 ◦ green 152 ◦ blue 130

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

Shades of Pale Taupe #C49882

Tints of Pale Taupe #C49882

RGB

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

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

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

R = 41%
G = 31.8%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C49882 (or 0xC49882) is known color: Pale Taupe. HEX triplet: C4, 98 and 82. RGB value is (196,152,130). Sum of RGB (Red+Green+Blue) = 196+152+130=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C49882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49882 is #3B677D. Grayscale: #A2A2A2. Windows color (decimal): -3893118 or 8558788. OLE color: 8558788.

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

Color convert

RGB 196 152 130 -
CMYK 0 0.22 0.34 0.23
HSL 20º 0.36% 0.64% -
HSV(B) 20º 0.34% 0.77% -
XYZ 38.02 35.8 26.03 -
YUV 162.65 109.58 151.79 -
System Red Green Blue C M Y K H S L
Decimal 196 152 130 0 0.22 0.34 0.23 20 0.36 0.64
Hex C4 98 82 0 16 22 17 14 24 40
Octal 304 230 202 0 26 42 27 24 44 100
Binary 11000100 10011000 10000010 0 10110 100010 10111 10100 100100 1000000

Color Harmonies of #C49882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49882

Black with #C49882

Text Example


Text Example

White with #C49882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49882; }

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

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

background-color css

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

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

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

border-color css

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

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

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