#C09774

Color #C09774 Pale Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Taupe #C09774

Tints of Pale Taupe #C09774

Color information

#C09774 (or 0xC09774) is unknown color: approx Pale Taupe. HEX triplet: C0, 97 and 74. RGB value is (192,151,116). Sum of RGB (Red+Green+Blue) = 192+151+116=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C09774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09774 is #3F688B. Grayscale: #9F9F9F. Windows color (decimal): -4155532 or 7641024. OLE color: 7641024.

HSL color Cylindrical-coordinate representation of color #C09774: hue angle of 27.63º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C09774 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB192151116-
CMYK00.210.400.25
HSL27.63º37.62%60.39%-
HSV(B)27.63º39.58%75.29%-
XYZ35.9634.621.31-
YUV159.27103.58151.35-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.83%
GREEN value IS 151 (59.38% from 255) = 32.90%
BLUE value IS 116 (45.70% from 255) = 25.27%
R=41.83%
G=32.90%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215111600.210.400.2527.6337.6260.39
HexC0977401528191c263c
Octal3002271640255031344674
Binary110000001001011111101000101011010001100111100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09774; }

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

 H1.HeaderClassName
 {
   color: #C09774;
 }
 .AnyTagClassName
 {
   color: #C09774;
 }
</style>
background-color css

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

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

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

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

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

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