#C09273

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

Shades of Pale Taupe #C09273

Tints of Pale Taupe #C09273

Color information

#C09273 (or 0xC09273) is unknown color: approx Pale Taupe. HEX triplet: C0, 92 and 73. RGB value is (192,146,115). Sum of RGB (Red+Green+Blue) = 192+146+115=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C09273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09273 is #3F6D8C. Grayscale: #9C9C9C. Windows color (decimal): -4156813 or 7574208. OLE color: 7574208.

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

Color convert

RGB192146115-
CMYK00.240.400.25
HSL24.16º37.93%60.2%-
HSV(B)24.16º40.1%75.29%-
XYZ35.113320.74-
YUV156.22104.74153.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.38%
GREEN value IS 146 (57.42% from 255) = 32.23%
BLUE value IS 115 (45.31% from 255) = 25.39%
R=42.38%
G=32.23%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214611500.240.400.2524.1637.9360.2
HexC09273018281918263c
Octal3002221630305031304674
Binary110000001001001011100110110001010001100111000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09273; }

 p { color: rgb(192,146,115); }

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

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

 a { background-color: rgb(192,146,115); }

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

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

 span { border-color: rgb(192,146,115); }

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