Html Css Color HEX #C4997B Pale Taupe

📋 copy color: '#C4997B'

red 196 ◦ green 153 ◦ blue 123

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

Shades of Pale Taupe #C4997B

Tints of Pale Taupe #C4997B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.06%

R = 41.53%
G = 32.42%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C4997B (or 0xC4997B) is known color: Pale Taupe. HEX triplet: C4, 99 and 7B. RGB value is (196,153,123). Sum of RGB (Red+Green+Blue) = 196+153+123=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C4997B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4997B is #3B6684. Grayscale: #A2A2A2. Windows color (decimal): -3892869 or 8100292. OLE color: 8100292.

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

Color convert

RGB 196 153 123 -
CMYK 0 0.22 0.37 0.23
HSL 24.66º 0.38% 0.63% -
HSV(B) 24.66º 0.37% 0.77% -
XYZ 37.73 35.95 23.69 -
YUV 162.44 105.75 151.94 -
System Red Green Blue C M Y K H S L
Decimal 196 153 123 0 0.22 0.37 0.23 24.66 0.38 0.63
Hex C4 99 7B 0 16 25 17 19 26 3F
Octal 304 231 173 0 26 45 27 31 46 77
Binary 11000100 10011001 1111011 0 10110 100101 10111 11001 100110 111111

Color Harmonies of #C4997B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4997B

Black with #C4997B

Text Example


Text Example

White with #C4997B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4997B; }

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

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

background-color css

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

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

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

border-color css

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

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

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