Html Css Color HEX #C49475 Pale Taupe

📋 copy color: '#C49475'

red 196 ◦ green 148 ◦ blue 117

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

Shades of Pale Taupe #C49475

Tints of Pale Taupe #C49475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.38%

R = 42.52%
G = 32.1%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C49475 (or 0xC49475) is known color: Pale Taupe. HEX triplet: C4, 94 and 75. RGB value is (196,148,117). Sum of RGB (Red+Green+Blue) = 196+148+117=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C49475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49475 is #3B6B8A. Grayscale: #9E9E9E. Windows color (decimal): -3894155 or 7705796. OLE color: 7705796.

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

Color convert

RGB 196 148 117 -
CMYK 0 0.24 0.40 0.23
HSL 23.54º 0.4% 0.61% -
HSV(B) 23.54º 0.4% 0.77% -
XYZ 36.57 34.2 21.5 -
YUV 158.82 104.4 154.52 -
System Red Green Blue C M Y K H S L
Decimal 196 148 117 0 0.24 0.40 0.23 23.54 0.4 0.61
Hex C4 94 75 0 18 28 17 18 28 3D
Octal 304 224 165 0 30 50 27 30 50 75
Binary 11000100 10010100 1110101 0 11000 101000 10111 11000 101000 111101

Color Harmonies of #C49475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49475

Black with #C49475

Text Example


Text Example

White with #C49475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49475; }

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

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

background-color css

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

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

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

border-color css

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

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

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