Html Css Color HEX #C19473 Pale Taupe

📋 copy color: '#C19473'

red 193 ◦ green 148 ◦ blue 115

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

Shades of Pale Taupe #C19473

Tints of Pale Taupe #C19473

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.46%

 BLUE value IS 115 (45.31% from 255) = 25.22%

R = 42.32%
G = 32.46%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C19473 (or 0xC19473) is known color: Pale Taupe. HEX triplet: C1, 94 and 73. RGB value is (193,148,115). Sum of RGB (Red+Green+Blue) = 193+148+115=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 115 (45.31% from 255 or 25.22% from 456); Max value from RGB is 193 - color contains mainly: red. Hex color #C19473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19473 is #3E6B8C. Grayscale: #9D9D9D. Windows color (decimal): -4090765 or 7574721. OLE color: 7574721.

HSL color Cylindrical-coordinate representation of color #C19473: hue angle of 25.38º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C19473 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 148 115 -
CMYK 0 0.23 0.40 0.24
HSL 25.38º 0.39% 0.6% -
HSV(B) 25.38º 0.4% 0.76% -
XYZ 35.68 33.76 20.85 -
YUV 157.69 103.91 153.18 -
System Red Green Blue C M Y K H S L
Decimal 193 148 115 0 0.23 0.40 0.24 25.38 0.39 0.6
Hex C1 94 73 0 17 28 18 19 27 3C
Octal 301 224 163 0 27 50 30 31 47 74
Binary 11000001 10010100 1110011 0 10111 101000 11000 11001 100111 111100

Color Harmonies of #C19473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19473

Black with #C19473

Text Example


Text Example

White with #C19473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19473; }

 p { color: rgb(193,148,115); }

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

background-color css

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

 a { background-color: rgb(193,148,115); }

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

border-color css

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

 span { border-color: rgb(193,148,115); }

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