Html Css Color HEX #C4957D Pale Taupe

📋 copy color: '#C4957D'

red 196 ◦ green 149 ◦ blue 125

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

Shades of Pale Taupe #C4957D

Tints of Pale Taupe #C4957D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.7%

 BLUE value IS 125 (49.22% from 255) = 26.6%

R = 41.7%
G = 31.7%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4957D (or 0xC4957D) is known color: Pale Taupe. HEX triplet: C4, 95 and 7D. RGB value is (196,149,125). Sum of RGB (Red+Green+Blue) = 196+149+125=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C4957D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4957D is #3B6A82. Grayscale: #A0A0A0. Windows color (decimal): -3893891 or 8230340. OLE color: 8230340.

HSL color Cylindrical-coordinate representation of color #C4957D: hue angle of 20.28º degrees, saturation: 0.38, 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 #C4957D is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 149 125 -
CMYK 0 0.24 0.36 0.23
HSL 20.28º 0.38% 0.63% -
HSV(B) 20.28º 0.36% 0.77% -
XYZ 37.21 34.71 24.14 -
YUV 160.32 108.07 153.45 -
System Red Green Blue C M Y K H S L
Decimal 196 149 125 0 0.24 0.36 0.23 20.28 0.38 0.63
Hex C4 95 7D 0 18 24 17 14 26 3F
Octal 304 225 175 0 30 44 27 24 46 77
Binary 11000100 10010101 1111101 0 11000 100100 10111 10100 100110 111111

Color Harmonies of #C4957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4957D

Black with #C4957D

Text Example


Text Example

White with #C4957D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4957D; }

 p { color: rgb(196,149,125); }

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

background-color css

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

 a { background-color: rgb(196,149,125); }

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

border-color css

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

 span { border-color: rgb(196,149,125); }

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