#C09274

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

Shades of Pale Taupe #C09274

Tints of Pale Taupe #C09274

Color information

#C09274 (or 0xC09274) is unknown color: approx Pale Taupe. HEX triplet: C0, 92 and 74. RGB value is (192,146,116). Sum of RGB (Red+Green+Blue) = 192+146+116=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 116 (45.70% from 255 or 25.55% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C09274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09274 is #3F6D8B. Grayscale: #9C9C9C. Windows color (decimal): -4156812 or 7639744. OLE color: 7639744.

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

Color convert

RGB192146116-
CMYK00.240.400.25
HSL23.68º37.62%60.39%-
HSV(B)23.68º39.58%75.29%-
XYZ35.1733.0321.04-
YUV156.33105.24153.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.29%
GREEN value IS 146 (57.42% from 255) = 32.16%
BLUE value IS 116 (45.70% from 255) = 25.55%
R=42.29%
G=32.16%
B=25.55%

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
Decimal19214611600.240.400.2523.6837.6260.39
HexC09274018281918263c
Octal3002221640305031304674
Binary110000001001001011101000110001010001100111000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09274; }

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

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

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

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

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

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

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

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