Html Css Color HEX #C3917D Pale Taupe

📋 copy color: '#C3917D'

red 195 ◦ green 145 ◦ blue 125

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

Shades of Pale Taupe #C3917D

Tints of Pale Taupe #C3917D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.18%

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

R = 41.94%
G = 31.18%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3917D (or 0xC3917D) is known color: Pale Taupe. HEX triplet: C3, 91 and 7D. RGB value is (195,145,125). Sum of RGB (Red+Green+Blue) = 195+145+125=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 195 - color contains mainly: red. Hex color #C3917D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3917D is #3C6E82. Grayscale: #9D9D9D. Windows color (decimal): -3960451 or 8229315. OLE color: 8229315.

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

Color convert

RGB 195 145 125 -
CMYK 0 0.26 0.36 0.24
HSL 17.14º 0.37% 0.63% -
HSV(B) 17.14º 0.36% 0.76% -
XYZ 36.33 33.33 23.92 -
YUV 157.67 109.57 154.63 -
System Red Green Blue C M Y K H S L
Decimal 195 145 125 0 0.26 0.36 0.24 17.14 0.37 0.63
Hex C3 91 7D 0 1A 24 18 11 25 3F
Octal 303 221 175 0 32 44 30 21 45 77
Binary 11000011 10010001 1111101 0 11010 100100 11000 10001 100101 111111

Color Harmonies of #C3917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3917D

Black with #C3917D

Text Example


Text Example

White with #C3917D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3917D; }

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

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

background-color css

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

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

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

border-color css

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

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

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