Html Css Color HEX #C49375 Pale Taupe

📋 copy color: '#C49375'

red 196 ◦ green 147 ◦ blue 117

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

Shades of Pale Taupe #C49375

Tints of Pale Taupe #C49375

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.96%

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

R = 42.61%
G = 31.96%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C49375 (or 0xC49375) is known color: Pale Taupe. HEX triplet: C4, 93 and 75. RGB value is (196,147,117). Sum of RGB (Red+Green+Blue) = 196+147+117=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C49375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49375 is #3B6C8A. Grayscale: #9E9E9E. Windows color (decimal): -3894411 or 7705540. OLE color: 7705540.

HSL color Cylindrical-coordinate representation of color #C49375: hue angle of 22.78º 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 #C49375 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 147 117 -
CMYK 0 0.25 0.40 0.23
HSL 22.78º 0.4% 0.61% -
HSV(B) 22.78º 0.4% 0.77% -
XYZ 36.41 33.89 21.45 -
YUV 158.23 104.73 154.94 -
System Red Green Blue C M Y K H S L
Decimal 196 147 117 0 0.25 0.40 0.23 22.78 0.4 0.61
Hex C4 93 75 0 19 28 17 17 28 3D
Octal 304 223 165 0 31 50 27 27 50 75
Binary 11000100 10010011 1110101 0 11001 101000 10111 10111 101000 111101

Color Harmonies of #C49375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49375

Black with #C49375

Text Example


Text Example

White with #C49375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49375; }

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

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

background-color css

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

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

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

border-color css

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

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

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