Html Css Color HEX #C49B7F Pale Taupe

📋 copy color: '#C49B7F'

red 196 ◦ green 155 ◦ blue 127

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

Shades of Pale Taupe #C49B7F

Tints of Pale Taupe #C49B7F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.43%

 BLUE value IS 127 (50% from 255) = 26.57%

R = 41%
G = 32.43%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C49B7F (or 0xC49B7F) is known color: Pale Taupe. HEX triplet: C4, 9B and 7F. RGB value is (196,155,127). Sum of RGB (Red+Green+Blue) = 196+155+127=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C49B7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49B7F is #3B6480. Grayscale: #A4A4A4. Windows color (decimal): -3892353 or 8362948. OLE color: 8362948.

HSL color Cylindrical-coordinate representation of color #C49B7F: hue angle of 24.35º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C49B7F is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 155 127 -
CMYK 0 0.21 0.35 0.23
HSL 24.35º 0.37% 0.63% -
HSV(B) 24.35º 0.35% 0.77% -
XYZ 38.32 36.71 25.15 -
YUV 164.07 107.08 150.78 -
System Red Green Blue C M Y K H S L
Decimal 196 155 127 0 0.21 0.35 0.23 24.35 0.37 0.63
Hex C4 9B 7F 0 15 23 17 18 25 3F
Octal 304 233 177 0 25 43 27 30 45 77
Binary 11000100 10011011 1111111 0 10101 100011 10111 11000 100101 111111

Color Harmonies of #C49B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49B7F

Black with #C49B7F

Text Example


Text Example

White with #C49B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49B7F; }

 p { color: rgb(196,155,127); }

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

background-color css

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

 a { background-color: rgb(196,155,127); }

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

border-color css

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

 span { border-color: rgb(196,155,127); }

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