Html Css Color HEX #C4997F Pale Taupe

📋 copy color: '#C4997F'

red 196 ◦ green 153 ◦ blue 127

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

Shades of Pale Taupe #C4997F

Tints of Pale Taupe #C4997F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.14%

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

R = 41.18%
G = 32.14%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C4997F (or 0xC4997F) is known color: Pale Taupe. HEX triplet: C4, 99 and 7F. RGB value is (196,153,127). Sum of RGB (Red+Green+Blue) = 196+153+127=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C4997F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4997F is #3B6680. Grayscale: #A3A3A3. Windows color (decimal): -3892865 or 8362436. OLE color: 8362436.

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

Color convert

RGB 196 153 127 -
CMYK 0 0.22 0.35 0.23
HSL 22.61º 0.37% 0.63% -
HSV(B) 22.61º 0.35% 0.77% -
XYZ 37.99 36.05 25.03 -
YUV 162.89 107.75 151.61 -
System Red Green Blue C M Y K H S L
Decimal 196 153 127 0 0.22 0.35 0.23 22.61 0.37 0.63
Hex C4 99 7F 0 16 23 17 17 25 3F
Octal 304 231 177 0 26 43 27 27 45 77
Binary 11000100 10011001 1111111 0 10110 100011 10111 10111 100101 111111

Color Harmonies of #C4997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4997F

Black with #C4997F

Text Example


Text Example

White with #C4997F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4997F; }

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

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

background-color css

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

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

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

border-color css

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

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

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