Html Css Color HEX #C19378 Pale Taupe

📋 copy color: '#C19378'

red 193 ◦ green 147 ◦ blue 120

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

Shades of Pale Taupe #C19378

Tints of Pale Taupe #C19378

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.96%

 BLUE value IS 120 (47.27% from 255) = 26.09%

R = 41.96%
G = 31.96%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C19378 (or 0xC19378) is known color: Pale Taupe. HEX triplet: C1, 93 and 78. RGB value is (193,147,120). Sum of RGB (Red+Green+Blue) = 193+147+120=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C19378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19378 is #3E6C87. Grayscale: #9D9D9D. Windows color (decimal): -4091016 or 7902145. OLE color: 7902145.

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

Color convert

RGB 193 147 120 -
CMYK 0 0.24 0.38 0.24
HSL 22.19º 0.37% 0.61% -
HSV(B) 22.19º 0.38% 0.76% -
XYZ 35.82 33.56 22.36 -
YUV 157.68 106.74 153.2 -
System Red Green Blue C M Y K H S L
Decimal 193 147 120 0 0.24 0.38 0.24 22.19 0.37 0.61
Hex C1 93 78 0 18 26 18 16 25 3D
Octal 301 223 170 0 30 46 30 26 45 75
Binary 11000001 10010011 1111000 0 11000 100110 11000 10110 100101 111101

Color Harmonies of #C19378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19378

Black with #C19378

Text Example


Text Example

White with #C19378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19378; }

 p { color: rgb(193,147,120); }

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

background-color css

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

 a { background-color: rgb(193,147,120); }

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

border-color css

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

 span { border-color: rgb(193,147,120); }

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