#C09372

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

Shades of Pale Taupe #C09372

Tints of Pale Taupe #C09372

Color information

#C09372 (or 0xC09372) is unknown color: approx Pale Taupe. HEX triplet: C0, 93 and 72. RGB value is (192,147,114). Sum of RGB (Red+Green+Blue) = 192+147+114=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 147 (57.81% from 255 or 32.45% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C09372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09372 is #3F6C8D. Grayscale: #9C9C9C. Windows color (decimal): -4156558 or 7508928. OLE color: 7508928.

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

Color convert

RGB192147114-
CMYK00.230.410.25
HSL25.38º38.24%60%-
HSV(B)25.38º40.62%75.29%-
XYZ35.2133.2920.49-
YUV156.69103.91153.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.38%
GREEN value IS 147 (57.81% from 255) = 32.45%
BLUE value IS 114 (44.92% from 255) = 25.17%
R=42.38%
G=32.45%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214711400.230.410.2525.3838.2460
HexC09372017291919263c
Octal3002231620275131314674
Binary110000001001001111100100101111010011100111001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09372; }

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

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

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

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

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

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

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

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