Html Css Color HEX #C39B85 Pale Taupe

📋 copy color: '#C39B85'

red 195 ◦ green 155 ◦ blue 133

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

Shades of Pale Taupe #C39B85

Tints of Pale Taupe #C39B85

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.09%

 BLUE value IS 133 (52.34% from 255) = 27.54%

R = 40.37%
G = 32.09%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C39B85 (or 0xC39B85) is known color: Pale Taupe. HEX triplet: C3, 9B and 85. RGB value is (195,155,133). Sum of RGB (Red+Green+Blue) = 195+155+133=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C39B85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39B85 is #3C647A. Grayscale: #A4A4A4. Windows color (decimal): -3957883 or 8756163. OLE color: 8756163.

HSL color Cylindrical-coordinate representation of color #C39B85: hue angle of 21.29º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C39B85 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 155 133 -
CMYK 0 0.21 0.32 0.24
HSL 21.29º 0.34% 0.64% -
HSV(B) 21.29º 0.32% 0.76% -
XYZ 38.46 36.74 27.25 -
YUV 164.45 110.25 149.79 -
System Red Green Blue C M Y K H S L
Decimal 195 155 133 0 0.21 0.32 0.24 21.29 0.34 0.64
Hex C3 9B 85 0 15 20 18 15 22 40
Octal 303 233 205 0 25 40 30 25 42 100
Binary 11000011 10011011 10000101 0 10101 100000 11000 10101 100010 1000000

Color Harmonies of #C39B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39B85

Black with #C39B85

Text Example


Text Example

White with #C39B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39B85; }

 p { color: rgb(195,155,133); }

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

background-color css

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

 a { background-color: rgb(195,155,133); }

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

border-color css

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

 span { border-color: rgb(195,155,133); }

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