Html Css Color HEX #C19B80 Pale Taupe

📋 copy color: '#C19B80'

red 193 ◦ green 155 ◦ blue 128

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

Shades of Pale Taupe #C19B80

Tints of Pale Taupe #C19B80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.89%

R = 40.55%
G = 32.56%
B = 26.89%

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

#C19B80 (or 0xC19B80) is known color: Pale Taupe. HEX triplet: C1, 9B and 80. RGB value is (193,155,128). Sum of RGB (Red+Green+Blue) = 193+155+128=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19B80 is #3E647F. Grayscale: #A3A3A3. Windows color (decimal): -4088960 or 8428481. OLE color: 8428481.

HSL color Cylindrical-coordinate representation of color #C19B80: hue angle of 24.92º degrees, saturation: 0.34, 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 #C19B80 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 155 128 -
CMYK 0 0.20 0.34 0.24
HSL 24.92º 0.34% 0.63% -
HSV(B) 24.92º 0.34% 0.76% -
XYZ 37.61 36.34 25.45 -
YUV 163.28 108.09 149.2 -
System Red Green Blue C M Y K H S L
Decimal 193 155 128 0 0.20 0.34 0.24 24.92 0.34 0.63
Hex C1 9B 80 0 14 22 18 19 22 3F
Octal 301 233 200 0 24 42 30 31 42 77
Binary 11000001 10011011 10000000 0 10100 100010 11000 11001 100010 111111

Color Harmonies of #C19B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19B80

Black with #C19B80

Text Example


Text Example

White with #C19B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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