Html Css Color HEX #C19774 Pale Taupe

📋 copy color: '#C19774'

red 193 ◦ green 151 ◦ blue 116

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

Shades of Pale Taupe #C19774

Tints of Pale Taupe #C19774

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.83%

 BLUE value IS 116 (45.7% from 255) = 25.22%

R = 41.96%
G = 32.83%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C19774 (or 0xC19774) is known color: Pale Taupe. HEX triplet: C1, 97 and 74. RGB value is (193,151,116). Sum of RGB (Red+Green+Blue) = 193+151+116=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 116 (45.70% from 255 or 25.22% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C19774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19774 is #3E688B. Grayscale: #9F9F9F. Windows color (decimal): -4089996 or 7641025. OLE color: 7641025.

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

Color convert

RGB 193 151 116 -
CMYK 0 0.22 0.40 0.24
HSL 27.27º 0.38% 0.61% -
HSV(B) 27.27º 0.4% 0.76% -
XYZ 36.21 34.73 21.32 -
YUV 159.57 103.41 151.85 -
System Red Green Blue C M Y K H S L
Decimal 193 151 116 0 0.22 0.40 0.24 27.27 0.38 0.61
Hex C1 97 74 0 16 28 18 1B 26 3D
Octal 301 227 164 0 26 50 30 33 46 75
Binary 11000001 10010111 1110100 0 10110 101000 11000 11011 100110 111101

Color Harmonies of #C19774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19774

Black with #C19774

Text Example


Text Example

White with #C19774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19774; }

 p { color: rgb(193,151,116); }

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

background-color css

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

 a { background-color: rgb(193,151,116); }

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

border-color css

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

 span { border-color: rgb(193,151,116); }

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