Html Css Color HEX #C19175 Pale Taupe

📋 copy color: '#C19175'

red 193 ◦ green 145 ◦ blue 117

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

Shades of Pale Taupe #C19175

Tints of Pale Taupe #C19175

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.87%

 BLUE value IS 117 (46.09% from 255) = 25.71%

R = 42.42%
G = 31.87%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C19175 (or 0xC19175) is known color: Pale Taupe. HEX triplet: C1, 91 and 75. RGB value is (193,145,117). Sum of RGB (Red+Green+Blue) = 193+145+117=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C19175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19175 is #3E6E8A. Grayscale: #9C9C9C. Windows color (decimal): -4091531 or 7705025. OLE color: 7705025.

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

Color convert

RGB 193 145 117 -
CMYK 0 0.25 0.39 0.24
HSL 22.11º 0.38% 0.61% -
HSV(B) 22.11º 0.39% 0.76% -
XYZ 35.33 32.87 21.31 -
YUV 156.16 105.9 154.28 -
System Red Green Blue C M Y K H S L
Decimal 193 145 117 0 0.25 0.39 0.24 22.11 0.38 0.61
Hex C1 91 75 0 19 27 18 16 26 3D
Octal 301 221 165 0 31 47 30 26 46 75
Binary 11000001 10010001 1110101 0 11001 100111 11000 10110 100110 111101

Color Harmonies of #C19175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19175

Black with #C19175

Text Example


Text Example

White with #C19175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19175; }

 p { color: rgb(193,145,117); }

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

background-color css

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

 a { background-color: rgb(193,145,117); }

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

border-color css

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

 span { border-color: rgb(193,145,117); }

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