Html Css Color HEX #C09379 Pale Taupe

📋 copy color: '#C09379'

red 192 ◦ green 147 ◦ blue 121

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

Shades of Pale Taupe #C09379

Tints of Pale Taupe #C09379

RGB

 RED value IS 192 (75.39% from 255) = 41.74%

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

 BLUE value IS 121 (47.66% from 255) = 26.3%

R = 41.74%
G = 31.96%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#C09379 (or 0xC09379) is known color: Pale Taupe. HEX triplet: C0, 93 and 79. RGB value is (192,147,121). Sum of RGB (Red+Green+Blue) = 192+147+121=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 121 (47.66% from 255 or 26.30% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C09379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09379 is #3F6C86. Grayscale: #9D9D9D. Windows color (decimal): -4156551 or 7967680. OLE color: 7967680.

HSL color Cylindrical-coordinate representation of color #C09379: hue angle of 21.97º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C09379 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 147 121 -
CMYK 0 0.23 0.37 0.25
HSL 21.97º 0.36% 0.61% -
HSV(B) 21.97º 0.37% 0.75% -
XYZ 35.62 33.45 22.67 -
YUV 157.49 107.41 152.61 -
System Red Green Blue C M Y K H S L
Decimal 192 147 121 0 0.23 0.37 0.25 21.97 0.36 0.61
Hex C0 93 79 0 17 25 19 16 24 3D
Octal 300 223 171 0 27 45 31 26 44 75
Binary 11000000 10010011 1111001 0 10111 100101 11001 10110 100100 111101

Color Harmonies of #C09379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09379

Black with #C09379

Text Example


Text Example

White with #C09379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09379; }

 p { color: rgb(192,147,121); }

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

background-color css

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

 a { background-color: rgb(192,147,121); }

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

border-color css

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

 span { border-color: rgb(192,147,121); }

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