Html Css Color HEX #C39C7E Pale Taupe

📋 copy color: '#C39C7E'

red 195 ◦ green 156 ◦ blue 126

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

Shades of Pale Taupe #C39C7E

Tints of Pale Taupe #C39C7E

RGB

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

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

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

R = 40.88%
G = 32.7%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C39C7E (or 0xC39C7E) is known color: Pale Taupe. HEX triplet: C3, 9C and 7E. RGB value is (195,156,126). Sum of RGB (Red+Green+Blue) = 195+156+126=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39C7E is #3C6381. Grayscale: #A4A4A4. Windows color (decimal): -3957634 or 8297667. OLE color: 8297667.

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

Color convert

RGB 195 156 126 -
CMYK 0 0.20 0.35 0.24
HSL 26.09º 0.37% 0.63% -
HSV(B) 26.09º 0.35% 0.76% -
XYZ 38.16 36.89 24.85 -
YUV 164.24 106.42 149.94 -
System Red Green Blue C M Y K H S L
Decimal 195 156 126 0 0.20 0.35 0.24 26.09 0.37 0.63
Hex C3 9C 7E 0 14 23 18 1A 25 3F
Octal 303 234 176 0 24 43 30 32 45 77
Binary 11000011 10011100 1111110 0 10100 100011 11000 11010 100101 111111

Color Harmonies of #C39C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39C7E

Black with #C39C7E

Text Example


Text Example

White with #C39C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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