Html Css Color HEX #C39175 Pale Taupe

📋 copy color: '#C39175'

red 195 ◦ green 145 ◦ blue 117

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

Shades of Pale Taupe #C39175

Tints of Pale Taupe #C39175

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.73%

 BLUE value IS 117 (46.09% from 255) = 25.6%

R = 42.67%
G = 31.73%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C39175 (or 0xC39175) is known color: Pale Taupe. HEX triplet: C3, 91 and 75. RGB value is (195,145,117). Sum of RGB (Red+Green+Blue) = 195+145+117=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C39175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39175 is #3C6E8A. Grayscale: #9C9C9C. Windows color (decimal): -3960459 or 7705027. OLE color: 7705027.

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

Color convert

RGB 195 145 117 -
CMYK 0 0.26 0.4 0.24
HSL 21.54º 0.39% 0.61% -
HSV(B) 21.54º 0.4% 0.76% -
XYZ 35.84 33.14 21.34 -
YUV 156.76 105.57 155.28 -
System Red Green Blue C M Y K H S L
Decimal 195 145 117 0 0.26 0.4 0.24 21.54 0.39 0.61
Hex C3 91 75 0 1A 28 18 16 27 3D
Octal 303 221 165 0 32 50 30 26 47 75
Binary 11000011 10010001 1110101 0 11010 101000 11000 10110 100111 111101

Color Harmonies of #C39175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39175

Black with #C39175

Text Example


Text Example

White with #C39175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39175; }

 p { color: rgb(195,145,117); }

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

background-color css

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

 a { background-color: rgb(195,145,117); }

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

border-color css

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

 span { border-color: rgb(195,145,117); }

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