Html Css Color HEX #C49478 Pale Taupe

📋 copy color: '#C49478'

red 196 ◦ green 148 ◦ blue 120

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

Shades of Pale Taupe #C49478

Tints of Pale Taupe #C49478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.86%

R = 42.24%
G = 31.9%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C49478 (or 0xC49478) is known color: Pale Taupe. HEX triplet: C4, 94 and 78. RGB value is (196,148,120). Sum of RGB (Red+Green+Blue) = 196+148+120=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C49478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49478 is #3B6B87. Grayscale: #9F9F9F. Windows color (decimal): -3894152 or 7902404. OLE color: 7902404.

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

Color convert

RGB 196 148 120 -
CMYK 0 0.24 0.39 0.23
HSL 22.11º 0.39% 0.62% -
HSV(B) 22.11º 0.39% 0.77% -
XYZ 36.75 34.27 22.45 -
YUV 159.16 105.9 154.28 -
System Red Green Blue C M Y K H S L
Decimal 196 148 120 0 0.24 0.39 0.23 22.11 0.39 0.62
Hex C4 94 78 0 18 27 17 16 27 3E
Octal 304 224 170 0 30 47 27 26 47 76
Binary 11000100 10010100 1111000 0 11000 100111 10111 10110 100111 111110

Color Harmonies of #C49478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49478

Black with #C49478

Text Example


Text Example

White with #C49478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49478; }

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

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

background-color css

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

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

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

border-color css

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

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

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