Html Css Color HEX #C19B7F Pale Taupe

📋 copy color: '#C19B7F'

red 193 ◦ green 155 ◦ blue 127

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

Shades of Pale Taupe #C19B7F

Tints of Pale Taupe #C19B7F

RGB

 RED value IS 193 (75.78% from 255) = 40.63%

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

 BLUE value IS 127 (50% from 255) = 26.74%

R = 40.63%
G = 32.63%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C19B7F (or 0xC19B7F) is known color: Pale Taupe. HEX triplet: C1, 9B and 7F. RGB value is (193,155,127). Sum of RGB (Red+Green+Blue) = 193+155+127=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19B7F is #3E6480. Grayscale: #A3A3A3. Windows color (decimal): -4088961 or 8362945. OLE color: 8362945.

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

Color convert

RGB 193 155 127 -
CMYK 0 0.20 0.34 0.24
HSL 25.45º 0.35% 0.63% -
HSV(B) 25.45º 0.34% 0.76% -
XYZ 37.54 36.31 25.11 -
YUV 163.17 107.59 149.28 -
System Red Green Blue C M Y K H S L
Decimal 193 155 127 0 0.20 0.34 0.24 25.45 0.35 0.63
Hex C1 9B 7F 0 14 22 18 19 23 3F
Octal 301 233 177 0 24 42 30 31 43 77
Binary 11000001 10011011 1111111 0 10100 100010 11000 11001 100011 111111

Color Harmonies of #C19B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19B7F

Black with #C19B7F

Text Example


Text Example

White with #C19B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19B7F; }

 p { color: rgb(193,155,127); }

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

background-color css

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

 a { background-color: rgb(193,155,127); }

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

border-color css

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

 span { border-color: rgb(193,155,127); }

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