Html Css Color HEX #C3967F Pale Taupe

📋 copy color: '#C3967F'

red 195 ◦ green 150 ◦ blue 127

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

Shades of Pale Taupe #C3967F

Tints of Pale Taupe #C3967F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.91%

R = 41.31%
G = 31.78%
B = 26.91%

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

#C3967F (or 0xC3967F) is known color: Pale Taupe. HEX triplet: C3, 96 and 7F. RGB value is (195,150,127). Sum of RGB (Red+Green+Blue) = 195+150+127=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C3967F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3967F is #3C6980. Grayscale: #A0A0A0. Windows color (decimal): -3959169 or 8361667. OLE color: 8361667.

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

Color convert

RGB 195 150 127 -
CMYK 0 0.23 0.35 0.24
HSL 20.29º 0.36% 0.63% -
HSV(B) 20.29º 0.35% 0.76% -
XYZ 37.24 34.95 24.86 -
YUV 160.83 108.91 152.37 -
System Red Green Blue C M Y K H S L
Decimal 195 150 127 0 0.23 0.35 0.24 20.29 0.36 0.63
Hex C3 96 7F 0 17 23 18 14 24 3F
Octal 303 226 177 0 27 43 30 24 44 77
Binary 11000011 10010110 1111111 0 10111 100011 11000 10100 100100 111111

Color Harmonies of #C3967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3967F

Black with #C3967F

Text Example


Text Example

White with #C3967F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3967F; }

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

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

background-color css

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

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

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

border-color css

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

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

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