Html Css Color HEX #C3957C Pale Taupe

📋 copy color: '#C3957C'

red 195 ◦ green 149 ◦ blue 124

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

Shades of Pale Taupe #C3957C

Tints of Pale Taupe #C3957C

RGB

 RED value IS 195 (76.56% from 255) = 41.67%

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

 BLUE value IS 124 (48.83% from 255) = 26.5%

R = 41.67%
G = 31.84%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3957C (or 0xC3957C) is known color: Pale Taupe. HEX triplet: C3, 95 and 7C. RGB value is (195,149,124). Sum of RGB (Red+Green+Blue) = 195+149+124=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C3957C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3957C is #3C6A83. Grayscale: #A0A0A0. Windows color (decimal): -3959428 or 8164803. OLE color: 8164803.

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

Color convert

RGB 195 149 124 -
CMYK 0 0.24 0.36 0.24
HSL 21.13º 0.37% 0.63% -
HSV(B) 21.13º 0.36% 0.76% -
XYZ 36.89 34.55 23.79 -
YUV 159.9 107.74 153.03 -
System Red Green Blue C M Y K H S L
Decimal 195 149 124 0 0.24 0.36 0.24 21.13 0.37 0.63
Hex C3 95 7C 0 18 24 18 15 25 3F
Octal 303 225 174 0 30 44 30 25 45 77
Binary 11000011 10010101 1111100 0 11000 100100 11000 10101 100101 111111

Color Harmonies of #C3957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3957C

Black with #C3957C

Text Example


Text Example

White with #C3957C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3957C; }

 p { color: rgb(195,149,124); }

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

background-color css

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

 a { background-color: rgb(195,149,124); }

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

border-color css

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

 span { border-color: rgb(195,149,124); }

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