Html Css Color HEX #C3937D Pale Taupe

📋 copy color: '#C3937D'

red 195 ◦ green 147 ◦ blue 125

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

Shades of Pale Taupe #C3937D

Tints of Pale Taupe #C3937D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.48%

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

R = 41.76%
G = 31.48%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3937D (or 0xC3937D) is known color: Pale Taupe. HEX triplet: C3, 93 and 7D. RGB value is (195,147,125). Sum of RGB (Red+Green+Blue) = 195+147+125=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C3937D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3937D is #3C6C82. Grayscale: #9E9E9E. Windows color (decimal): -3959939 or 8229827. OLE color: 8229827.

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

Color convert

RGB 195 147 125 -
CMYK 0 0.25 0.36 0.24
HSL 18.86º 0.37% 0.63% -
HSV(B) 18.86º 0.36% 0.76% -
XYZ 36.64 33.95 24.02 -
YUV 158.84 108.9 153.79 -
System Red Green Blue C M Y K H S L
Decimal 195 147 125 0 0.25 0.36 0.24 18.86 0.37 0.63
Hex C3 93 7D 0 19 24 18 13 25 3F
Octal 303 223 175 0 31 44 30 23 45 77
Binary 11000011 10010011 1111101 0 11001 100100 11000 10011 100101 111111

Color Harmonies of #C3937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3937D

Black with #C3937D

Text Example


Text Example

White with #C3937D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3937D; }

 p { color: rgb(195,147,125); }

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

background-color css

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

 a { background-color: rgb(195,147,125); }

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

border-color css

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

 span { border-color: rgb(195,147,125); }

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