Html Css Color HEX #C49473 Pale Taupe

📋 copy color: '#C49473'

red 196 ◦ green 148 ◦ blue 115

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

Shades of Pale Taupe #C49473

Tints of Pale Taupe #C49473

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.24%

 BLUE value IS 115 (45.31% from 255) = 25.05%

R = 42.7%
G = 32.24%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C49473 (or 0xC49473) is known color: Pale Taupe. HEX triplet: C4, 94 and 73. RGB value is (196,148,115). Sum of RGB (Red+Green+Blue) = 196+148+115=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C49473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49473 is #3B6B8C. Grayscale: #9E9E9E. Windows color (decimal): -3894157 or 7574724. OLE color: 7574724.

HSL color Cylindrical-coordinate representation of color #C49473: hue angle of 24.44º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C49473 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 148 115 -
CMYK 0 0.24 0.41 0.23
HSL 24.44º 0.41% 0.61% -
HSV(B) 24.44º 0.41% 0.77% -
XYZ 36.45 34.15 20.89 -
YUV 158.59 103.4 154.68 -
System Red Green Blue C M Y K H S L
Decimal 196 148 115 0 0.24 0.41 0.23 24.44 0.41 0.61
Hex C4 94 73 0 18 29 17 18 29 3D
Octal 304 224 163 0 30 51 27 30 51 75
Binary 11000100 10010100 1110011 0 11000 101001 10111 11000 101001 111101

Color Harmonies of #C49473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49473

Black with #C49473

Text Example


Text Example

White with #C49473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49473; }

 p { color: rgb(196,148,115); }

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

background-color css

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

 a { background-color: rgb(196,148,115); }

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

border-color css

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

 span { border-color: rgb(196,148,115); }

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