Html Css Color HEX #C3967E Pale Taupe

📋 copy color: '#C3967E'

red 195 ◦ green 150 ◦ blue 126

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

Shades of Pale Taupe #C3967E

Tints of Pale Taupe #C3967E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.85%

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

R = 41.4%
G = 31.85%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C3967E (or 0xC3967E) is known color: Pale Taupe. HEX triplet: C3, 96 and 7E. RGB value is (195,150,126). Sum of RGB (Red+Green+Blue) = 195+150+126=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C3967E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3967E is #3C6981. Grayscale: #A0A0A0. Windows color (decimal): -3959170 or 8296131. OLE color: 8296131.

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

Color convert

RGB 195 150 126 -
CMYK 0 0.23 0.35 0.24
HSL 20.87º 0.37% 0.63% -
HSV(B) 20.87º 0.35% 0.76% -
XYZ 37.18 34.92 24.52 -
YUV 160.72 108.41 152.45 -
System Red Green Blue C M Y K H S L
Decimal 195 150 126 0 0.23 0.35 0.24 20.87 0.37 0.63
Hex C3 96 7E 0 17 23 18 15 25 3F
Octal 303 226 176 0 27 43 30 25 45 77
Binary 11000011 10010110 1111110 0 10111 100011 11000 10101 100101 111111

Color Harmonies of #C3967E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3967E

Black with #C3967E

Text Example


Text Example

White with #C3967E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3967E; }

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

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

background-color css

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

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

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

border-color css

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

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

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