Html Css Color HEX #C19B7C Pale Taupe

📋 copy color: '#C19B7C'

red 193 ◦ green 155 ◦ blue 124

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

Shades of Pale Taupe #C19B7C

Tints of Pale Taupe #C19B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.27%

R = 40.89%
G = 32.84%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C19B7C (or 0xC19B7C) is known color: Pale Taupe. HEX triplet: C1, 9B and 7C. RGB value is (193,155,124). Sum of RGB (Red+Green+Blue) = 193+155+124=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19B7C is #3E6483. Grayscale: #A2A2A2. Windows color (decimal): -4088964 or 8166337. OLE color: 8166337.

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

Color convert

RGB 193 155 124 -
CMYK 0 0.20 0.36 0.24
HSL 26.96º 0.36% 0.62% -
HSV(B) 26.96º 0.36% 0.76% -
XYZ 37.35 36.24 24.09 -
YUV 162.83 106.09 149.52 -
System Red Green Blue C M Y K H S L
Decimal 193 155 124 0 0.20 0.36 0.24 26.96 0.36 0.62
Hex C1 9B 7C 0 14 24 18 1B 24 3E
Octal 301 233 174 0 24 44 30 33 44 76
Binary 11000001 10011011 1111100 0 10100 100100 11000 11011 100100 111110

Color Harmonies of #C19B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19B7C

Black with #C19B7C

Text Example


Text Example

White with #C19B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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