Html Css Color HEX #C3967D Pale Taupe

📋 copy color: '#C3967D'

red 195 ◦ green 150 ◦ blue 125

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

Shades of Pale Taupe #C3967D

Tints of Pale Taupe #C3967D

RGB

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

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

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

R = 41.49%
G = 31.91%
B = 26.6%

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

#C3967D (or 0xC3967D) is known color: Pale Taupe. HEX triplet: C3, 96 and 7D. RGB value is (195,150,125). Sum of RGB (Red+Green+Blue) = 195+150+125=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C3967D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3967D is #3C6982. Grayscale: #A0A0A0. Windows color (decimal): -3959171 or 8230595. OLE color: 8230595.

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

Color convert

RGB 195 150 125 -
CMYK 0 0.23 0.36 0.24
HSL 21.43º 0.37% 0.63% -
HSV(B) 21.43º 0.36% 0.76% -
XYZ 37.11 34.9 24.18 -
YUV 160.61 107.91 152.53 -
System Red Green Blue C M Y K H S L
Decimal 195 150 125 0 0.23 0.36 0.24 21.43 0.37 0.63
Hex C3 96 7D 0 17 24 18 15 25 3F
Octal 303 226 175 0 27 44 30 25 45 77
Binary 11000011 10010110 1111101 0 10111 100100 11000 10101 100101 111111

Color Harmonies of #C3967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3967D

Black with #C3967D

Text Example


Text Example

White with #C3967D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3967D; }

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

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

background-color css

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

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

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

border-color css

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

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

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