Html Css Color HEX #C39D7D Pale Taupe

📋 copy color: '#C39D7D'

red 195 ◦ green 157 ◦ blue 125

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

Shades of Pale Taupe #C39D7D

Tints of Pale Taupe #C39D7D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.91%

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

R = 40.88%
G = 32.91%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C39D7D (or 0xC39D7D) is known color: Pale Taupe. HEX triplet: C3, 9D and 7D. RGB value is (195,157,125). Sum of RGB (Red+Green+Blue) = 195+157+125=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C39D7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39D7D is #3C6282. Grayscale: #A4A4A4. Windows color (decimal): -3957379 or 8232387. OLE color: 8232387.

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

Color convert

RGB 195 157 125 -
CMYK 0 0.19 0.36 0.24
HSL 27.43º 0.37% 0.63% -
HSV(B) 27.43º 0.36% 0.76% -
XYZ 38.26 37.2 24.56 -
YUV 164.71 105.59 149.6 -
System Red Green Blue C M Y K H S L
Decimal 195 157 125 0 0.19 0.36 0.24 27.43 0.37 0.63
Hex C3 9D 7D 0 13 24 18 1B 25 3F
Octal 303 235 175 0 23 44 30 33 45 77
Binary 11000011 10011101 1111101 0 10011 100100 11000 11011 100101 111111

Color Harmonies of #C39D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39D7D

Black with #C39D7D

Text Example


Text Example

White with #C39D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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