Html Css Color HEX #C09776 Pale Taupe

📋 copy color: '#C09776'

red 192 ◦ green 151 ◦ blue 118

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

Shades of Pale Taupe #C09776

Tints of Pale Taupe #C09776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.6%

R = 41.65%
G = 32.75%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C09776 (or 0xC09776) is known color: Pale Taupe. HEX triplet: C0, 97 and 76. RGB value is (192,151,118). Sum of RGB (Red+Green+Blue) = 192+151+118=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C09776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09776 is #3F6889. Grayscale: #9F9F9F. Windows color (decimal): -4155530 or 7772096. OLE color: 7772096.

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

Color convert

RGB 192 151 118 -
CMYK 0 0.21 0.39 0.25
HSL 26.76º 0.37% 0.61% -
HSV(B) 26.76º 0.39% 0.75% -
XYZ 36.07 34.65 21.93 -
YUV 159.5 104.58 151.18 -
System Red Green Blue C M Y K H S L
Decimal 192 151 118 0 0.21 0.39 0.25 26.76 0.37 0.61
Hex C0 97 76 0 15 27 19 1B 25 3D
Octal 300 227 166 0 25 47 31 33 45 75
Binary 11000000 10010111 1110110 0 10101 100111 11001 11011 100101 111101

Color Harmonies of #C09776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09776

Black with #C09776

Text Example


Text Example

White with #C09776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09776; }

 p { color: rgb(192,151,118); }

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

background-color css

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

 a { background-color: rgb(192,151,118); }

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

border-color css

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

 span { border-color: rgb(192,151,118); }

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