Html Css Color HEX #C3957E Pale Taupe

📋 copy color: '#C3957E'

red 195 ◦ green 149 ◦ blue 126

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

Shades of Pale Taupe #C3957E

Tints of Pale Taupe #C3957E

RGB

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

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

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

R = 41.49%
G = 31.7%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C3957E (or 0xC3957E) is known color: Pale Taupe. HEX triplet: C3, 95 and 7E. RGB value is (195,149,126). Sum of RGB (Red+Green+Blue) = 195+149+126=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C3957E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3957E is #3C6A81. Grayscale: #A0A0A0. Windows color (decimal): -3959426 or 8295875. OLE color: 8295875.

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

Color convert

RGB 195 149 126 -
CMYK 0 0.24 0.35 0.24
HSL 20º 0.37% 0.63% -
HSV(B) 20º 0.35% 0.76% -
XYZ 37.02 34.6 24.47 -
YUV 160.13 108.74 152.87 -
System Red Green Blue C M Y K H S L
Decimal 195 149 126 0 0.24 0.35 0.24 20 0.37 0.63
Hex C3 95 7E 0 18 23 18 14 25 3F
Octal 303 225 176 0 30 43 30 24 45 77
Binary 11000011 10010101 1111110 0 11000 100011 11000 10100 100101 111111

Color Harmonies of #C3957E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3957E

Black with #C3957E

Text Example


Text Example

White with #C3957E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3957E; }

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

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

background-color css

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

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

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

border-color css

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

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

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