Html Css Color HEX #C4997E Pale Taupe

📋 copy color: '#C4997E'

red 196 ◦ green 153 ◦ blue 126

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

Shades of Pale Taupe #C4997E

Tints of Pale Taupe #C4997E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.53%

R = 41.26%
G = 32.21%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4997E (or 0xC4997E) is known color: Pale Taupe. HEX triplet: C4, 99 and 7E. RGB value is (196,153,126). Sum of RGB (Red+Green+Blue) = 196+153+126=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C4997E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4997E is #3B6681. Grayscale: #A2A2A2. Windows color (decimal): -3892866 or 8296900. OLE color: 8296900.

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

Color convert

RGB 196 153 126 -
CMYK 0 0.22 0.36 0.23
HSL 23.14º 0.37% 0.63% -
HSV(B) 23.14º 0.36% 0.77% -
XYZ 37.92 36.02 24.69 -
YUV 162.78 107.25 151.7 -
System Red Green Blue C M Y K H S L
Decimal 196 153 126 0 0.22 0.36 0.23 23.14 0.37 0.63
Hex C4 99 7E 0 16 24 17 17 25 3F
Octal 304 231 176 0 26 44 27 27 45 77
Binary 11000100 10011001 1111110 0 10110 100100 10111 10111 100101 111111

Color Harmonies of #C4997E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4997E

Black with #C4997E

Text Example


Text Example

White with #C4997E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4997E; }

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

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

background-color css

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

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

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

border-color css

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

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

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