Html Css Color HEX #C39574 Pale Taupe

📋 copy color: '#C39574'

red 195 ◦ green 149 ◦ blue 116

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

Shades of Pale Taupe #C39574

Tints of Pale Taupe #C39574

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.39%

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

R = 42.39%
G = 32.39%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C39574 (or 0xC39574) is known color: Pale Taupe. HEX triplet: C3, 95 and 74. RGB value is (195,149,116). Sum of RGB (Red+Green+Blue) = 195+149+116=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 116 (45.70% from 255 or 25.22% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C39574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39574 is #3C6A8B. Grayscale: #9F9F9F. Windows color (decimal): -3959436 or 7640515. OLE color: 7640515.

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

Color convert

RGB 195 149 116 -
CMYK 0 0.24 0.41 0.24
HSL 25.06º 0.4% 0.61% -
HSV(B) 25.06º 0.41% 0.76% -
XYZ 36.41 34.36 21.24 -
YUV 158.99 103.74 153.68 -
System Red Green Blue C M Y K H S L
Decimal 195 149 116 0 0.24 0.41 0.24 25.06 0.4 0.61
Hex C3 95 74 0 18 29 18 19 28 3D
Octal 303 225 164 0 30 51 30 31 50 75
Binary 11000011 10010101 1110100 0 11000 101001 11000 11001 101000 111101

Color Harmonies of #C39574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39574

Black with #C39574

Text Example


Text Example

White with #C39574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39574; }

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

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

background-color css

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

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

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

border-color css

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

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

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