Html Css Color HEX #C19674 Pale Taupe

📋 copy color: '#C19674'

red 193 ◦ green 150 ◦ blue 116

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

Shades of Pale Taupe #C19674

Tints of Pale Taupe #C19674

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.68%

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

R = 42.05%
G = 32.68%
B = 25.27%

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

#C19674 (or 0xC19674) is known color: Pale Taupe. HEX triplet: C1, 96 and 74. RGB value is (193,150,116). Sum of RGB (Red+Green+Blue) = 193+150+116=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C19674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19674 is #3E698B. Grayscale: #9F9F9F. Windows color (decimal): -4090252 or 7640769. OLE color: 7640769.

HSL color Cylindrical-coordinate representation of color #C19674: hue angle of 26.49º 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 #C19674 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 150 116 -
CMYK 0 0.22 0.40 0.24
HSL 26.49º 0.38% 0.61% -
HSV(B) 26.49º 0.4% 0.76% -
XYZ 36.05 34.41 21.26 -
YUV 158.98 103.75 152.26 -
System Red Green Blue C M Y K H S L
Decimal 193 150 116 0 0.22 0.40 0.24 26.49 0.38 0.61
Hex C1 96 74 0 16 28 18 1A 26 3D
Octal 301 226 164 0 26 50 30 32 46 75
Binary 11000001 10010110 1110100 0 10110 101000 11000 11010 100110 111101

Color Harmonies of #C19674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19674

Black with #C19674

Text Example


Text Example

White with #C19674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19674; }

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

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

background-color css

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

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

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

border-color css

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

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

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