Html Css Color HEX #C49675 Pale Taupe

📋 copy color: '#C49675'

red 196 ◦ green 150 ◦ blue 117

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

Shades of Pale Taupe #C49675

Tints of Pale Taupe #C49675

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.4%

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

R = 42.33%
G = 32.4%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C49675 (or 0xC49675) is known color: Pale Taupe. HEX triplet: C4, 96 and 75. RGB value is (196,150,117). Sum of RGB (Red+Green+Blue) = 196+150+117=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C49675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49675 is #3B698A. Grayscale: #A0A0A0. Windows color (decimal): -3893643 or 7706308. OLE color: 7706308.

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

Color convert

RGB 196 150 117 -
CMYK 0 0.23 0.40 0.23
HSL 25.06º 0.4% 0.61% -
HSV(B) 25.06º 0.4% 0.77% -
XYZ 36.88 34.83 21.61 -
YUV 159.99 103.74 153.68 -
System Red Green Blue C M Y K H S L
Decimal 196 150 117 0 0.23 0.40 0.23 25.06 0.4 0.61
Hex C4 96 75 0 17 28 17 19 28 3D
Octal 304 226 165 0 27 50 27 31 50 75
Binary 11000100 10010110 1110101 0 10111 101000 10111 11001 101000 111101

Color Harmonies of #C49675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49675

Black with #C49675

Text Example


Text Example

White with #C49675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49675; }

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

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

background-color css

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

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

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

border-color css

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

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

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