Html Css Color HEX #C39C7D Pale Taupe

📋 copy color: '#C39C7D'

red 195 ◦ green 156 ◦ blue 125

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

Shades of Pale Taupe #C39C7D

Tints of Pale Taupe #C39C7D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.77%

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

R = 40.97%
G = 32.77%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C39C7D (or 0xC39C7D) is known color: Pale Taupe. HEX triplet: C3, 9C and 7D. RGB value is (195,156,125). Sum of RGB (Red+Green+Blue) = 195+156+125=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39C7D is #3C6382. Grayscale: #A4A4A4. Windows color (decimal): -3957635 or 8232131. OLE color: 8232131.

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

Color convert

RGB 195 156 125 -
CMYK 0 0.20 0.36 0.24
HSL 26.57º 0.37% 0.63% -
HSV(B) 26.57º 0.36% 0.76% -
XYZ 38.1 36.86 24.51 -
YUV 164.13 105.92 150.02 -
System Red Green Blue C M Y K H S L
Decimal 195 156 125 0 0.20 0.36 0.24 26.57 0.37 0.63
Hex C3 9C 7D 0 14 24 18 1B 25 3F
Octal 303 234 175 0 24 44 30 33 45 77
Binary 11000011 10011100 1111101 0 10100 100100 11000 11011 100101 111111

Color Harmonies of #C39C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39C7D

Black with #C39C7D

Text Example


Text Example

White with #C39C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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