Html Css Color HEX #C49474 Pale Taupe

📋 copy color: '#C49474'

red 196 ◦ green 148 ◦ blue 116

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

Shades of Pale Taupe #C49474

Tints of Pale Taupe #C49474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.22%

R = 42.61%
G = 32.17%
B = 25.22%

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

#C49474 (or 0xC49474) is known color: Pale Taupe. HEX triplet: C4, 94 and 74. RGB value is (196,148,116). Sum of RGB (Red+Green+Blue) = 196+148+116=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 116 (45.70% from 255 or 25.22% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C49474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49474 is #3B6B8B. Grayscale: #9E9E9E. Windows color (decimal): -3894156 or 7640260. OLE color: 7640260.

HSL color Cylindrical-coordinate representation of color #C49474: hue angle of 24º degrees, saturation: 0.4, 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 #C49474 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 148 116 -
CMYK 0 0.24 0.41 0.23
HSL 24º 0.4% 0.61% -
HSV(B) 24º 0.41% 0.77% -
XYZ 36.51 34.18 21.2 -
YUV 158.7 103.9 154.6 -
System Red Green Blue C M Y K H S L
Decimal 196 148 116 0 0.24 0.41 0.23 24 0.4 0.61
Hex C4 94 74 0 18 29 17 18 28 3D
Octal 304 224 164 0 30 51 27 30 50 75
Binary 11000100 10010100 1110100 0 11000 101001 10111 11000 101000 111101

Color Harmonies of #C49474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49474

Black with #C49474

Text Example


Text Example

White with #C49474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49474; }

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

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

background-color css

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

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

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

border-color css

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

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

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