Html Css Color HEX #C39674 Pale Taupe

📋 copy color: '#C39674'

red 195 ◦ green 150 ◦ blue 116

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

Shades of Pale Taupe #C39674

Tints of Pale Taupe #C39674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.16%

R = 42.3%
G = 32.54%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C39674 (or 0xC39674) is known color: Pale Taupe. HEX triplet: C3, 96 and 74. RGB value is (195,150,116). Sum of RGB (Red+Green+Blue) = 195+150+116=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C39674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39674 is #3C698B. Grayscale: #9F9F9F. Windows color (decimal): -3959180 or 7640771. OLE color: 7640771.

HSL color Cylindrical-coordinate representation of color #C39674: hue angle of 25.82º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C39674 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 150 116 -
CMYK 0 0.23 0.41 0.24
HSL 25.82º 0.4% 0.61% -
HSV(B) 25.82º 0.41% 0.76% -
XYZ 36.56 34.68 21.29 -
YUV 159.58 103.41 153.26 -
System Red Green Blue C M Y K H S L
Decimal 195 150 116 0 0.23 0.41 0.24 25.82 0.4 0.61
Hex C3 96 74 0 17 29 18 1A 28 3D
Octal 303 226 164 0 27 51 30 32 50 75
Binary 11000011 10010110 1110100 0 10111 101001 11000 11010 101000 111101

Color Harmonies of #C39674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39674

Black with #C39674

Text Example


Text Example

White with #C39674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39674; }

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

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

background-color css

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

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

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

border-color css

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

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

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