Html Css Color HEX #C3967C Pale Taupe

📋 copy color: '#C3967C'

red 195 ◦ green 150 ◦ blue 124

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

Shades of Pale Taupe #C3967C

Tints of Pale Taupe #C3967C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.44%

R = 41.58%
G = 31.98%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3967C (or 0xC3967C) is known color: Pale Taupe. HEX triplet: C3, 96 and 7C. RGB value is (195,150,124). Sum of RGB (Red+Green+Blue) = 195+150+124=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C3967C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3967C is #3C6983. Grayscale: #A0A0A0. Windows color (decimal): -3959172 or 8165059. OLE color: 8165059.

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

Color convert

RGB 195 150 124 -
CMYK 0 0.23 0.36 0.24
HSL 21.97º 0.37% 0.63% -
HSV(B) 21.97º 0.36% 0.76% -
XYZ 37.05 34.87 23.85 -
YUV 160.49 107.41 152.61 -
System Red Green Blue C M Y K H S L
Decimal 195 150 124 0 0.23 0.36 0.24 21.97 0.37 0.63
Hex C3 96 7C 0 17 24 18 16 25 3F
Octal 303 226 174 0 27 44 30 26 45 77
Binary 11000011 10010110 1111100 0 10111 100100 11000 10110 100101 111111

Color Harmonies of #C3967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3967C

Black with #C3967C

Text Example


Text Example

White with #C3967C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3967C; }

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

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

background-color css

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

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

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

border-color css

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

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

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